luci-0.10: Merge r7494
This commit is contained in:
parent
52376387a8
commit
3f904eb841
1 changed files with 23 additions and 0 deletions
23
modules/freifunk/root/etc/config/profile_evernet
Normal file
23
modules/freifunk/root/etc/config/profile_evernet
Normal file
|
@ -0,0 +1,23 @@
|
|||
config 'community' 'profile'
|
||||
option 'name' 'Freifunk Evernet eG'
|
||||
option 'homepage' 'http://www.evernet-eg.de'
|
||||
option 'ssid' 'www.evernet-eg.de'
|
||||
option 'mesh_network' '10.0.0.0/8'
|
||||
option 'splash_network' '10.104.0.0/16'
|
||||
option 'latitude' '51.15692062509162'
|
||||
option 'longitude' '10.716041922569275'
|
||||
option 'suffix' 'evernet'
|
||||
option 'splash_prefix' '27'
|
||||
|
||||
config 'defaults' 'interface'
|
||||
option 'netmask' '255.0.0.0'
|
||||
|
||||
config 'defaults' 'bssidscheme'
|
||||
option 'all' '02:CA:FF:EE:BA:BE'
|
||||
|
||||
config 'defaults' 'wifi_device'
|
||||
option 'channel' '13'
|
||||
option 'country' 'DE'
|
||||
|
||||
config 'defaults' 'wifi_iface'
|
||||
option 'mcast_rate' '6000'
|
Loading…
Reference in a new issue