mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix wifi settings
This commit is contained in:
parent
be8eafb85d
commit
84d36f1123
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
if [ "$(uci -q get wireless.radio0)" != "" ];
|
||||
if [ "$(uci -q get wireless.radio0)" != "" ]; then
|
||||
if [ "$(uci -q get wireless.radio0.country)" = "" ]; then
|
||||
uci -q batch <<-EOF >/dev/null
|
||||
set wireless.radio0.country='00'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue