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
This commit is contained in:
Conrad Lara - KG6JEI 2014-04-19 19:54:49 -07:00
parent f83bebe58a
commit 9263b26e8e
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
wifi_proto = static wifi_proto = static
wifi_ip = 10.<MAC2> wifi_ip = 10.<MAC2>
wifi_mask = 255.0.0.0 wifi_mask = 255.0.0.0
wifi_ssid = BroadbandHamnet-v1 wifi_ssid = BroadbandHamnet-v2
wifi_mode = adhoc wifi_mode = adhoc
wifi_txpower = 19 wifi_txpower = 19
wifi_channel = 1 wifi_channel = 1

View File

@ -1,7 +1,7 @@
wifi_proto = static wifi_proto = static
wifi_ip = 10.<MAC2> wifi_ip = 10.<MAC2>
wifi_mask = 255.0.0.0 wifi_mask = 255.0.0.0
wifi_ssid = BroadbandHamnet-v1 wifi_ssid = BroadbandHamnet-v2
wifi_mode = adhoc wifi_mode = adhoc
wifi_txpower = 19 wifi_txpower = 19
wifi_channel = 1 wifi_channel = 1

View File

@ -18,7 +18,7 @@ if ( $ARGV[0] ) {
} }
else else
{ {
$SSIDName= lc "SDWG-MESH"; $SSIDName= lc "BroadbandHamnet-v2";
} }