forked from alexbartisro/openwrt-homepass
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
LukeSkywalk3r
authored
Dec 26, 2016
1 parent
699c98d
commit 47da392
Showing
1 changed file
with
4 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,8 @@ | ||
# Notice: a open network with just MAC filtering is an insecurity. Use at your own risk. | ||
|
||
## openwrt-homepass | ||
## HomePass for OpenWRT. Forked from https://github.com/Nephiel/openwrt-homepass | ||
## Updated in Dec. 2016 by trusk89 https://github.com/trusk89/openwrt-homepass | ||
## HomePass for OpenWRT. Forked from https://github.com/trusk89/openwrt-homepass | ||
## Updated in Dec. 2016 by LukeSkywalk3r | ||
|
||
Now allows to specify a SSID for each MAC. | ||
|
||
Place the list in /etc/homepass.list and the script in /usr/bin/homepass.sh. Set the script as executable. | ||
Then call the script from cron every few minutes using the provided crontab template. | ||
|
||
To activate cron in OpenWRT: log in and run "/etc/init.d/cron enable". | ||
|
||
Feel free to open PRs with more MACs. | ||
|
||
I have tested it with OpenWRT 15.05 on a Dlink Dir-600 B2 and it works perfectly. If needed or requested, | ||
I will probably do a video tutorial on setting it up. | ||
|
||
## Tutorial | ||
[![LONG TUTORIAL](https://img.youtube.com/vi/64_B2qzNH4o/0.jpg)](https://www.youtube.com/watch?v=64_B2qzNH4o) | ||
|
||
<span class="badge-paypal"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=F5UAFVHBPQWXQ" title="Donate to this project using Paypal"><img src="https://img.shields.io/badge/paypal-donate-yellow.svg" alt="PayPal donate button" /></a></span> | ||
<span class="badge-bitcoin"><a href="http://i.imgur.com/wGR65b3.png" title="Donate once-off to this project using Bitcoin"><img src="https://img.shields.io/badge/bitcoin-donate-yellow.svg" alt="Bitcoin donate button" /></a></span> | ||
It's trusk89's version that I modified to fit my setup, but you're welcome to grab it. | ||
I tested it on my DIR-505L A2 with 15.05.1 and it works like a charm. |