From 9263b26e8e501168d4b23a5a40e90c0721578a1e Mon Sep 17 00:00:00 2001 From: Conrad Lara - KG6JEI Date: Sat, 19 Apr 2014 19:54:49 -0700 Subject: [PATCH] Increase default SSID to V2 SSID Version increment for changeset:a4dd9a9bdd798b05d76d71d135d860f57cb83d8d/bbhn_ar71xx and changeset:553c126490790a3d9873741551813a635a439c0b/bbhn_ar71xx ref BBHN->ticket:28 and BBHN->ticket:37 --- files/etc/config.mesh/_setup | 2 +- files/etc/config.mesh/_setup.default | 2 +- files/usr/local/bin/aimer | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/etc/config.mesh/_setup b/files/etc/config.mesh/_setup index e2aa278a..b2151d78 100644 --- a/files/etc/config.mesh/_setup +++ b/files/etc/config.mesh/_setup @@ -1,7 +1,7 @@ wifi_proto = static wifi_ip = 10. wifi_mask = 255.0.0.0 -wifi_ssid = BroadbandHamnet-v1 +wifi_ssid = BroadbandHamnet-v2 wifi_mode = adhoc wifi_txpower = 19 wifi_channel = 1 diff --git a/files/etc/config.mesh/_setup.default b/files/etc/config.mesh/_setup.default index 7a46ad04..49cf423b 100644 --- a/files/etc/config.mesh/_setup.default +++ b/files/etc/config.mesh/_setup.default @@ -1,7 +1,7 @@ wifi_proto = static wifi_ip = 10. wifi_mask = 255.0.0.0 -wifi_ssid = BroadbandHamnet-v1 +wifi_ssid = BroadbandHamnet-v2 wifi_mode = adhoc wifi_txpower = 19 wifi_channel = 1 diff --git a/files/usr/local/bin/aimer b/files/usr/local/bin/aimer index dc05cce5..4b7fc86c 100755 --- a/files/usr/local/bin/aimer +++ b/files/usr/local/bin/aimer @@ -18,7 +18,7 @@ if ( $ARGV[0] ) { } else { - $SSIDName= lc "SDWG-MESH"; + $SSIDName= lc "BroadbandHamnet-v2"; }