diff options
author | n3ph <n3ph@terminal21.de> | 2014-12-17 18:45:34 +0100 |
---|---|---|
committer | n3ph <n3ph@terminal21.de> | 2014-12-17 18:45:34 +0100 |
commit | d60c8f7b35ec52d88eecfd493706adfbca8e294a (patch) | |
tree | e4b2c5c1200fc7e1fa640e9ff157e7e0aaa7968d /contrib/package/community-profiles | |
parent | 78b5457d3f3785fd61ead3761174058cb90d2d62 (diff) |
Update profile_freiburg
The SSID freiburg.freifunk.net is used as the VAP-SSID so we have to use sth. different for the ad-hoc SSID..
ATM 02:d1:11:37:fc:38 - why not using 02:CA:FF:EE:BA:BE...
Diffstat (limited to 'contrib/package/community-profiles')
-rw-r--r-- | contrib/package/community-profiles/files/etc/config/profile_freiburg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/community-profiles/files/etc/config/profile_freiburg b/contrib/package/community-profiles/files/etc/config/profile_freiburg index 472c949d1..eee3d6ad0 100644 --- a/contrib/package/community-profiles/files/etc/config/profile_freiburg +++ b/contrib/package/community-profiles/files/etc/config/profile_freiburg @@ -1,7 +1,7 @@ config 'community' 'profile' option 'name' 'Freifunk Freiburg' option 'homepage' 'http://freiburg.freifunk.net' - option 'ssid' 'freiburg.freifunk.net' + option 'ssid' '02:CA:FF:EE:BA:BE' option 'mesh_network' '10.60.0.0/16' option 'latitude' '47.994841' option 'longitude' '7.849772' |