diff options
author | Manuel Munz <freifunk@somakoma.de> | 2013-09-04 08:09:20 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2013-09-04 08:09:20 +0000 |
commit | 76d951e5be29cfb58a2b36a1f07195609967d229 (patch) | |
tree | d2c41403cf34dd0631e11c23038aeb980b3cb5a1 | |
parent | 3701d2ffbcedc50ae88954182544fe54b46d1763 (diff) |
contrib/community_profiles: Use the correct BSSID for channel 10 in Berlin
-rw-r--r-- | contrib/package/community-profiles/files/etc/config/profile_berlin | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/package/community-profiles/files/etc/config/profile_berlin b/contrib/package/community-profiles/files/etc/config/profile_berlin index 685cad7cb..94d6cda50 100644 --- a/contrib/package/community-profiles/files/etc/config/profile_berlin +++ b/contrib/package/community-profiles/files/etc/config/profile_berlin @@ -14,6 +14,9 @@ config 'community' 'profile' config 'defaults' 'wifi_device' option 'channel' '10' +config 'defaults' 'bssidscheme' + option '10' '02:CA:FF:EE:BA:BE' + config 'defaults' 'interface' option 'netmask' '255.0.0.0' |