root/luci/branches/luci-0.10/modules/freifunk/root/etc/config/profile_bergischesland @ 6861

Revision 6861, 0.5 KB (checked in by soma, 2 years ago)

luci-0.10: Merge r6860

Line 
1config 'community'  'profile'
2    option 'name' 'Piratenfreifunk Bergisches Land'
3    option 'homepage' 'http://www.piraten-bergisches-land.de'
4    option 'ssid' 'PiratenfunkBL'
5    option 'mesh_network' '10.3.0.0/16'
6    option 'splash_network' '192.168.0.0/16'
7    option 'splash_prefix' '27'
8    option 'latitude' '51.26849'
9    option 'longitude' '7.19476'
10
11config 'defaults' 'wifi_device'
12    option 'channel' '11'
13
14config 'defaults' 'wifi_iface'
15    option 'bssid' '02:40:00:42:42:42'
16
17config 'defaults' 'interface'
18    option 'netmask' '255.255.0.0'
19
Note: See TracBrowser for help on using the browser.