iup: default iup enabled value is on

This commit is contained in:
Sukru Senli 2016-03-10 09:28:27 +01:00
parent c208c12ef3
commit 93cd4c477d

View file

@ -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) ;;