-
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
Showing
7 changed files
with
92 additions
and
2 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
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
_______ ________ __ | ||
| |.-----.-----.-----.| | | |.----.| |_ | ||
| - || _ | -__| || | | || _|| _| | ||
|_______|| __|_____|__|__||________||__| |____| | ||
|__| W I R E L E S S F R E E D O M | ||
O C C U P Y W I F I | ||
http://occupywifi.org/ | ||
https://github.com/israelipirates/occupy-wifi | ||
----------------------------------------------------- | ||
BARRIER BREAKER (Bleeding Edge, r40028) | ||
----------------------------------------------------- | ||
* 1/2 oz Galliano Pour all ingredients into | ||
* 4 oz cold Coffee an irish coffee mug filled | ||
* 1 1/2 oz Dark Rum with crushed ice. Stir. | ||
* 2 tsp. Creme de Cacao | ||
----------------------------------------------------- |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
config dropbear | ||
option PasswordAuth 'on' | ||
option RootPasswordAuth 'on' | ||
option Port '22' | ||
option BannerFile '/etc/banner' |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
address=/#/10.20.30.40 |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
config interface 'loopback' | ||
option ifname 'lo' | ||
option proto 'static' | ||
option ipaddr '127.0.0.1' | ||
option netmask '255.0.0.0' | ||
|
||
config globals 'globals' | ||
option ula_prefix 'fdf0:484b:dbf9::/48' | ||
|
||
config interface 'lan' | ||
option ifname 'eth0' | ||
option type 'bridge' | ||
option proto 'static' | ||
option ipaddr '10.222.33.1' | ||
option netmask '255.255.255.0' | ||
option ip6assign '60' | ||
|
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
config system | ||
option hostname 'OccupyWifi' | ||
option timezone 'UTC' | ||
|
||
config timeserver 'ntp' | ||
list server '0.openwrt.pool.ntp.org' | ||
list server '1.openwrt.pool.ntp.org' | ||
list server '2.openwrt.pool.ntp.org' | ||
list server '3.openwrt.pool.ntp.org' | ||
option enable_server '0' | ||
|
||
config led 'led_usb' | ||
option name 'USB' | ||
option sysfs 'tp-link:green:3g' | ||
option trigger 'usbdev' | ||
option dev '1-1' | ||
option interval '50' | ||
|
||
config led 'led_wlan' | ||
option name 'WLAN' | ||
option sysfs 'tp-link:green:wlan' | ||
option trigger 'phy0tpt' | ||
|
||
config led 'led_lan' | ||
option name 'LAN' | ||
option sysfs 'tp-link:green:lan' | ||
option trigger 'netdev' | ||
option dev 'eth0' | ||
option mode 'link tx rx' | ||
|
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
config wifi-device radio0 | ||
option type mac80211 | ||
option channel 11 | ||
option hwmode 11ng | ||
option path 'platform/ar933x_wmac' | ||
list ht_capab SHORT-GI-20 | ||
list ht_capab SHORT-GI-40 | ||
list ht_capab RX-STBC1 | ||
list ht_capab DSSS_CCK-40 | ||
option htmode HT20 | ||
option disabled 0 | ||
|
||
config wifi-iface | ||
option device radio0 | ||
option network lan | ||
option mode ap | ||
option ssid "Occupy WiFi" | ||
option encryption none |