modules/freifunk: Add profile for Bern. (#169)
This commit is contained in:
parent
de791e9917
commit
f1c6b2974b
2 changed files with 19 additions and 0 deletions
|
@ -245,3 +245,12 @@ config 'community' 'marburg'
|
|||
option 'splash_network' '10.104.0.0/16'
|
||||
option 'splash_prefix' '29'
|
||||
option 'external' 'freifunk_marburg'
|
||||
|
||||
config 'community' 'openwireless_bern'
|
||||
option 'name' 'Openwireless Bern'
|
||||
option 'homepage' 'http://bern.openwireless.ch/'
|
||||
option 'ssid' 'www.openwireless.ch'
|
||||
option 'mesh_network' '10.247.0.0/16'
|
||||
option 'splash_network' '10.104.0.0/16'
|
||||
option 'splash_prefix' '27'
|
||||
option 'external' 'openwireless_bern'
|
||||
|
|
10
modules/freifunk/root/etc/config/openwireless_bern
Normal file
10
modules/freifunk/root/etc/config/openwireless_bern
Normal file
|
@ -0,0 +1,10 @@
|
|||
package 'openwireless_bern'
|
||||
|
||||
config 'defaults' 'interface'
|
||||
option 'netmask' '255.255.0.0'
|
||||
option 'dns' '208.67.222.222 208.67.220.220'
|
||||
|
||||
config 'defaults' 'wifi_device'
|
||||
option 'channel' '10'
|
||||
option 'country' '756'
|
||||
|
Loading…
Reference in a new issue