From: Manuel Munz Date: Thu, 30 May 2013 14:44:37 +0000 (+0000) Subject: contrib/community-profiles: Update Weinstadt und Reihen (add dns option), whitespace... X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=6c3a86cb77e7b058ceefc4efb9cc9246fa2c54e8 contrib/community-profiles: Update Weinstadt und Reihen (add dns option), whitespace fixes --- diff --git a/contrib/package/community-profiles/files/etc/config/profile_reihen b/contrib/package/community-profiles/files/etc/config/profile_reihen index cdabe72c0..e978d3750 100644 --- a/contrib/package/community-profiles/files/etc/config/profile_reihen +++ b/contrib/package/community-profiles/files/etc/config/profile_reihen @@ -1,19 +1,20 @@ config 'community' 'profile' - option 'name' 'Freifunk Reihen' - option 'homepage' 'http://freifunk.reihen.de' - option 'ssid' 'freifunk.reihen.de' - option 'mesh_network' '172.23.0.0/16' - option 'splash_network' '172.23.26.0/29' - option 'latitude' '49.21' - option 'longitude' '8.91' - option 'splash_prefix' '29' + option 'name' 'Freifunk Reihen' + option 'homepage' 'http://freifunk.reihen.de' + option 'ssid' 'freifunk.reihen.de' + option 'mesh_network' '172.23.0.0/16' + option 'splash_network' '172.23.26.0/29' + option 'latitude' '49.21' + option 'longitude' '8.91' + option 'splash_prefix' '29' 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' option 'channel' '13' option 'bssid' '02:07:04:08:08:09' config 'defaults' 'bssidscheme' - option '13' '02:07:04:08:08:09' + option '13' '02:07:04:08:08:09' diff --git a/contrib/package/community-profiles/files/etc/config/profile_weinstadt b/contrib/package/community-profiles/files/etc/config/profile_weinstadt index 73e2ec60f..49a42fa63 100644 --- a/contrib/package/community-profiles/files/etc/config/profile_weinstadt +++ b/contrib/package/community-profiles/files/etc/config/profile_weinstadt @@ -1,16 +1,19 @@ config 'community' 'profile' - option 'name' 'Freifunk Weinstadt' - option 'homepage' 'http://freifunk-weinstadt.de' - option 'ssid' 'freifunk-weinstadt' - option 'mesh_network' '172.21.0.0/16' - option 'splash_network' '172.21.85.0/30' - option 'latitude' '48.81' - option 'longitude' '9.39' - option 'splash_prefix' '30' + option 'name' 'Freifunk Weinstadt' + option 'homepage' 'http://freifunk-weinstadt.de' + option 'ssid' 'freifunk-weinstadt' + option 'mesh_network' '172.21.0.0/16' + option 'splash_network' '172.21.85.0/30' + option 'latitude' '48.81' + option 'longitude' '9.39' + option 'splash_prefix' '30' config 'defaults' 'wifi_device' option 'channel' '13' option 'bssid' '02:07:01:03:08:04' 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'