root/luci/trunk/modules/freifunk/root/etc/config/profile_evernet @ 7498

Revision 7498, 0.6 KB (checked in by soma, 21 months ago)

modules/freifunk: Change ssid, remove dhcpoptions from evernet profile

Line 
1config 'community' 'profile'
2    option 'name' 'Freifunk Evernet eG'
3    option 'homepage' 'http://www.evernet-eg.de'
4    option 'ssid' 'evernet.freifunk.net'
5    option 'mesh_network' '10.0.0.0/8'
6    option 'latitude' '51.15692062509162'
7    option 'longitude' '10.716041922569275'
8    option 'suffix' 'evernet'
9
10config 'defaults' 'interface'
11    option 'netmask' '255.0.0.0'
12
13config 'defaults' 'bssidscheme'
14    option 'all'    '02:CA:FF:EE:BA:BE'
15
16config 'defaults' 'wifi_device'
17    option 'channel' '13'
18    option 'country' 'DE'
19    option 'txpower' '19'
20    option 'beacon_int' '5000'
21    option 'distance' '1500'
22    option 'noscan' '0'
23
24config 'defaults' 'wifi_iface'
25    option 'mcast_rate' '6000'
Note: See TracBrowser for help on using the browser.