mirror of https://github.com/aredn/aredn.git
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:
parent
f83bebe58a
commit
9263b26e8e
|
@ -1,7 +1,7 @@
|
|||
wifi_proto = static
|
||||
wifi_ip = 10.<MAC2>
|
||||
wifi_mask = 255.0.0.0
|
||||
wifi_ssid = BroadbandHamnet-v1
|
||||
wifi_ssid = BroadbandHamnet-v2
|
||||
wifi_mode = adhoc
|
||||
wifi_txpower = 19
|
||||
wifi_channel = 1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
wifi_proto = static
|
||||
wifi_ip = 10.<MAC2>
|
||||
wifi_mask = 255.0.0.0
|
||||
wifi_ssid = BroadbandHamnet-v1
|
||||
wifi_ssid = BroadbandHamnet-v2
|
||||
wifi_mode = adhoc
|
||||
wifi_txpower = 19
|
||||
wifi_channel = 1
|
||||
|
|
|
@ -18,7 +18,7 @@ if ( $ARGV[0] ) {
|
|||
}
|
||||
else
|
||||
{
|
||||
$SSIDName= lc "SDWG-MESH";
|
||||
$SSIDName= lc "BroadbandHamnet-v2";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue