From b0dbb7bd3d6fcc54115191868c06769b92acda09 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 9 Nov 2011 12:40:04 +0000 Subject: [PATCH] contrib/package: community-profiles: fix splash range and bssid for Freifunk Potsdam community (#343) --- contrib/package/community-profiles/files/etc/config/profile_potsdam | 5 +++-- 1 file 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' -- 2.11.0