|
Revision 6918, 378 bytes
(checked in by soma, 2 years ago)
|
|
modules/freifunk: Change default netmask to 255.255.0.0, change non-working dns, show error when user tries to edit profiles but there is no profile set yet
|
| Line | |
|---|
| 1 | config 'community' 'profile' |
|---|
| 2 | option 'name' 'Freifunk Potsdam' |
|---|
| 3 | option 'homepage' 'http://potsdam.freifunk.net' |
|---|
| 4 | option 'ssid' 'www.freifunk-potsdam.de' |
|---|
| 5 | option 'mesh_network' '10.22.0.0/16' |
|---|
| 6 | option 'splash_network' '10.104.0.0/16' |
|---|
| 7 | option 'splash_prefix' '27' |
|---|
| 8 | option 'latitude' '52.39349' |
|---|
| 9 | option 'longitude' '13.06489' |
|---|
| 10 | |
|---|
| 11 | config 'defaults' 'wifi_device' |
|---|
| 12 | option 'channel' '13' |
|---|