contrib/community-profiles: Update Weinstadt und Reihen (add dns option), whitespace fixes

This commit is contained in:
Manuel Munz 2013-05-30 14:44:37 +00:00
parent a16416f437
commit 6c3a86cb77
2 changed files with 23 additions and 19 deletions

View file

@ -1,19 +1,20 @@
config 'community' 'profile' config 'community' 'profile'
option 'name' 'Freifunk Reihen' option 'name' 'Freifunk Reihen'
option 'homepage' 'http://freifunk.reihen.de' option 'homepage' 'http://freifunk.reihen.de'
option 'ssid' 'freifunk.reihen.de' option 'ssid' 'freifunk.reihen.de'
option 'mesh_network' '172.23.0.0/16' option 'mesh_network' '172.23.0.0/16'
option 'splash_network' '172.23.26.0/29' option 'splash_network' '172.23.26.0/29'
option 'latitude' '49.21' option 'latitude' '49.21'
option 'longitude' '8.91' option 'longitude' '8.91'
option 'splash_prefix' '29' option 'splash_prefix' '29'
config 'defaults' 'interface' config 'defaults' 'interface'
option 'netmask' '255.255.0.0' option 'netmask' '255.255.0.0'
option 'dns' '172.23.25.204 172.23.31.237 141.1.1.1'
config 'defaults' 'wifi_device' config 'defaults' 'wifi_device'
option 'channel' '13' option 'channel' '13'
option 'bssid' '02:07:04:08:08:09' option 'bssid' '02:07:04:08:08:09'
config 'defaults' 'bssidscheme' config 'defaults' 'bssidscheme'
option '13' '02:07:04:08:08:09' option '13' '02:07:04:08:08:09'

View file

@ -1,16 +1,19 @@
config 'community' 'profile' config 'community' 'profile'
option 'name' 'Freifunk Weinstadt' option 'name' 'Freifunk Weinstadt'
option 'homepage' 'http://freifunk-weinstadt.de' option 'homepage' 'http://freifunk-weinstadt.de'
option 'ssid' 'freifunk-weinstadt' option 'ssid' 'freifunk-weinstadt'
option 'mesh_network' '172.21.0.0/16' option 'mesh_network' '172.21.0.0/16'
option 'splash_network' '172.21.85.0/30' option 'splash_network' '172.21.85.0/30'
option 'latitude' '48.81' option 'latitude' '48.81'
option 'longitude' '9.39' option 'longitude' '9.39'
option 'splash_prefix' '30' option 'splash_prefix' '30'
config 'defaults' 'wifi_device' config 'defaults' 'wifi_device'
option 'channel' '13' option 'channel' '13'
option 'bssid' '02:07:01:03:08:04' option 'bssid' '02:07:01:03:08:04'
config 'defaults' 'bssidscheme' config 'defaults' 'bssidscheme'
option '13' '02:07:01:03:08:04' option '13' '02:07:01:03:08:04'
config 'defaults' 'interface'
option 'dns' '172.21.77.4 172.21.84.235 141.1.1.1'