mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
inteno-netmodes: do not set to repeater mode by default
This commit is contained in:
parent
d36120f54a
commit
68dcd628ef
1 changed files with 0 additions and 1 deletions
|
|
@ -118,7 +118,6 @@ switch_netmode() {
|
|||
config_load netmode
|
||||
config_get curmode setup curmode
|
||||
uci -q set netmode.setup.repeaterready="0"
|
||||
uci -q set netmode.setup.curmode='repeater'
|
||||
if [ "$curmode" == "repeater" ]; then
|
||||
local hw="$(db -q get hw.board.hardware)"
|
||||
if [ "$hw" == "EX400" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue