contrib/package: community-profiles: fix splash range and bssid for Freifunk Potsdam...
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 9 Nov 2011 12:40:04 +0000 (12:40 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 9 Nov 2011 12:40:04 +0000 (12:40 +0000)
contrib/package/community-profiles/files/etc/config/profile_potsdam

index a70a29e..458b18b 100644 (file)
@@ -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'