X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=protocols%2Fluci-proto-3g%2Fluasrc%2Fmodel%2Fcbi%2Fadmin_network%2Fproto_3g.lua;fp=protocols%2Fluci-proto-3g%2Fluasrc%2Fmodel%2Fcbi%2Fadmin_network%2Fproto_3g.lua;h=85c5cd60421d378376896d975a46c56defddf9ec;hp=e05e3a47fd2a6000de6efa318b565cd8db3b1205;hb=f56a6df49c9129f8d0b5451e9a8aca0315aba488;hpb=61ca9e19c6157c19d04018ee8dee16c09e30daed diff --git a/protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua b/protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua index e05e3a47fd..85c5cd6042 100644 --- a/protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua +++ b/protocols/luci-proto-3g/luasrc/model/cbi/admin_network/proto_3g.lua @@ -4,7 +4,7 @@ local map, section, net = ... local device, apn, service, pincode, username, password, dialnumber -local ipv6, maxwait, defaultroute, metric, peerdns, dns, +local ipv6, delay, defaultroute, metric, peerdns, dns, keepalive_failure, keepalive_interval, demand @@ -58,12 +58,12 @@ if luci.model.network:has_ipv6() then end -maxwait = section:taboption("advanced", Value, "maxwait", +delay = section:taboption("advanced", Value, "delay", translate("Modem init timeout"), translate("Maximum amount of seconds to wait for the modem to become ready")) -maxwait.placeholder = "20" -maxwait.datatype = "min(1)" +delay.placeholder = "10" +delay.datatype = "min(1)" defaultroute = section:taboption("advanced", Flag, "defaultroute",