diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-09 12:40:04 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-09 12:40:04 +0000 |
commit | b0dbb7bd3d6fcc54115191868c06769b92acda09 (patch) | |
tree | a7993ab05408c94812743f694ee65682e1a8d5d2 | |
parent | df703958f849e401d36f2661132c872721c5fcd7 (diff) |
contrib/package: community-profiles: fix splash range and bssid for Freifunk Potsdam community (#343)
-rw-r--r-- | contrib/package/community-profiles/files/etc/config/profile_potsdam | 5 |
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' |