summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-11-09 12:40:04 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-11-09 12:40:04 +0000
commitb0dbb7bd3d6fcc54115191868c06769b92acda09 (patch)
treea7993ab05408c94812743f694ee65682e1a8d5d2 /contrib
parentdf703958f849e401d36f2661132c872721c5fcd7 (diff)
contrib/package: community-profiles: fix splash range and bssid for Freifunk Potsdam community (#343)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/package/community-profiles/files/etc/config/profile_potsdam5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/package/community-profiles/files/etc/config/profile_potsdam b/contrib/package/community-profiles/files/etc/config/profile_potsdam
index a70a29ee5..458b18b47 100644
--- a/contrib/package/community-profiles/files/etc/config/profile_potsdam
+++ b/contrib/package/community-profiles/files/etc/config/profile_potsdam
@@ -3,10 +3,11 @@ config 'community' 'profile'
option 'homepage' 'http://potsdam.freifunk.net'
option 'ssid' 'www.freifunk-potsdam.de'
option 'mesh_network' '10.22.0.0/16'
- option 'splash_network' '10.104.0.0/16'
- option 'splash_prefix' '27'
+ option 'splash_network' '192.168.22.0/24'
+ option 'splash_prefix' '24'
option 'latitude' '52.39349'
option 'longitude' '13.06489'
config 'defaults' 'wifi_device'
option 'channel' '13'
+ option 'bssid' '02:CA:FF:EE:BA:BE'