wifi-scripts: set default country code to CN

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2025-02-18 19:20:39 +08:00
parent 3580811249
commit c15111610f
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -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'