luci-0.9: merge 5565#
This commit is contained in:
parent
7d2189ddfa
commit
d2b2092fe6
2 changed files with 17 additions and 0 deletions
|
@ -165,6 +165,15 @@ config 'community' 'jena'
|
|||
option splash_prefix "29"
|
||||
option 'external' 'freifunk_jena'
|
||||
|
||||
config 'community' 'mainz'
|
||||
option 'name' 'Freifunk Mainz'
|
||||
option 'homepage' 'http://wiki.freifunk.net/Mainz'
|
||||
option 'ssid' 'http://wiki.freifunk.net/Mainz'
|
||||
option 'mesh_network' '10.30.0.0/16'
|
||||
option 'splash_network' '10.104.0.0/16'
|
||||
option 'splash_prefix' '27'
|
||||
option 'external' 'freifunk_mainz'
|
||||
|
||||
config 'community' 'ljubljana'
|
||||
option 'name' 'Kiberpipa.net (wlan-lj)'
|
||||
option 'homepage' 'http://www.kiberpipa.net'
|
||||
|
|
8
modules/freifunk/root/etc/config/freifunk_mainz
Normal file
8
modules/freifunk/root/etc/config/freifunk_mainz
Normal file
|
@ -0,0 +1,8 @@
|
|||
config defaults wifi_iface
|
||||
option bssid 02:ca:ff:ee:ba:be
|
||||
|
||||
config defaults wifi_device
|
||||
option channel 1
|
||||
|
||||
config defaults interface
|
||||
option netmask 255.255.0.0
|
Loading…
Reference in a new issue