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

Revision 7496, 0.8 KB (checked in by soma, 21 months ago)

modules/freifunk: fixes for profile evernet

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