blob: 69ac69581e9c8b8daf00c76cae64e453b0cc6066 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
config 'community' 'profile'
option 'name' 'Freifunk Gadow'
option 'homepage' 'http://gadow.freifunk.net'
option 'ssid' 'gadow.freifunk.net'
option 'mesh_network' '104.0.0.0/8'
option 'latitude' '53.11'
option 'longitude' '12.61'
option 'vap' '1'
option 'adhoc_dhcp_when_vap' '0'
config 'defaults' 'interface'
option 'netmask' '255.0.0.0'
config 'defaults' 'bssidscheme'
option '1' '02:CA:FF:EE:BA:BE'
option '40' '02:40:CA:FF:EE:EE'
config 'defaults' 'wifi_device'
option 'country' 'DE'
config 'defaults' 'wifi_iface'
option 'mcast_rate' '6000'
|