wifi-scripts: set default country code to CN
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
3580811249
commit
c15111610f
@ -96,7 +96,7 @@ set ${s}.${id}
|
||||
set ${s}.band='${band_name}'
|
||||
set ${s}.channel='${channel}'
|
||||
set ${s}.htmode='${htmode}'
|
||||
set ${s}.country='${country || ''}'
|
||||
set ${s}.country='${country || "CN"}'
|
||||
set ${s}.num_global_macaddr='${num_global_macaddr || ''}'
|
||||
set ${s}.disabled='0'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user