From: Patrick Grimm Date: Wed, 30 Jul 2014 21:20:52 +0000 (+0000) Subject: meshwizard: add option addchannelbefore X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=21b9548361e10df47b4e69fd614eb33271f08584 meshwizard: add option addchannelbefore --- diff --git a/contrib/package/community-profiles/files/etc/config/profile_berlin b/contrib/package/community-profiles/files/etc/config/profile_berlin index debfd1f0a..78c148a32 100644 --- a/contrib/package/community-profiles/files/etc/config/profile_berlin +++ b/contrib/package/community-profiles/files/etc/config/profile_berlin @@ -1,7 +1,8 @@ config 'community' 'profile' option 'name' 'Freifunk Berlin' option 'homepage' 'http://berlin.freifunk.net' - option 'ssid' 'berlin.freifunk.net' + option 'ssid' 'freifunk.net' + option 'ssid_scheme' 'addchannelbefore' option 'mesh_network' '104.0.0.0/8' option 'splash_network' '10.104.0.0/16' option 'splash_prefix' '27' diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi.sh index 3d28e3956..7366fe6ea 100755 --- a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi.sh +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi.sh @@ -65,6 +65,8 @@ bssid="$($dir/helpers/gen_bssid.sh $channel $community)" ssid="$profile_ssid" if [ "$profile_ssid_scheme" == "addchannel" ]; then ssid="$ssid - ch$channel" +else if [ "$profile_ssid_scheme" == "addchannelbefore" ]; then + ssid="ch$channel.$ssid" fi uci batch << EOF