|
Revision 6791, 441 bytes
(checked in by soma, 2 years ago)
|
|
applications/ffwizard: Massive changes to the ffwizard to make it more generic. Also introduces changes to the community profiles. ffwizard replaces ffwizard-leipzig now. It is not completely finished yet, but should work in most cases.
|
| 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' 'interface' |
|---|
| 12 | option 'netmask' '255.255.0.0' |
|---|
| 13 | |
|---|
| 14 | config 'defaults' 'wifi_device' |
|---|
| 15 | option 'channel' '13' |
|---|