mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
iup: default iup enabled value is on
This commit is contained in:
parent
c208c12ef3
commit
93cd4c477d
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ init_iup() {
|
|||
local proto="$(uci -q get network.wan.proto)"
|
||||
local iupopts="66 67 128 224"
|
||||
local ropt iopt
|
||||
config_get enabled iup enabled "off"
|
||||
config_get enabled iup enabled "on"
|
||||
for ropt in $reqopts; do
|
||||
case $ropt in
|
||||
66|67|128|224) ;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue