From patchwork Thu Oct 5 13:48:12 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [RFC] fff-hoods: Use channel provided by gateway From: Adrian Schmutzler X-Patchwork-Id: 530 Message-Id: <1507211292-21164-1-git-send-email-freifunk@adrianschmutzler.de> To: franken-dev@freifunk.net Date: Thu, 5 Oct 2017 15:48:12 +0200 WARNING: New router won't find existing ones with non-standard channel! Only apply after keyXv2 patchset! Signed-off-by: Adrian Schmutzler --- src/packages/fff/fff-hoods/files/usr/sbin/configurehood | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/packages/fff/fff-hoods/files/usr/sbin/configurehood b/src/packages/fff/fff-hoods/files/usr/sbin/configurehood index 8155111..0a4c9af 100755 --- a/src/packages/fff/fff-hoods/files/usr/sbin/configurehood +++ b/src/packages/fff/fff-hoods/files/usr/sbin/configurehood @@ -122,10 +122,10 @@ if [ -s /tmp/keyxchangev2data ]; then json_get_var essid essid json_get_var ntpip ntp_ip # i think the next things we don't active this in the first version! we can do it later - #json_get_var channel2 channel2 + json_get_var chan2ghz channel2 #json_get_var mode2 mode2 #json_get_var type2 type2 - #json_get_var channel5 channel5 + json_get_var chan5ghz channel5 #json_get_var mode5 mode5 #json_get_var type5 type5 #json_get_var protocol protocol