修复modem在lede下配置的bug
This commit is contained in:
parent
dadaa57a18
commit
966f61add7
@ -66,11 +66,9 @@ getMobileNetwork()
|
|||||||
--------advanced--------
|
--------advanced--------
|
||||||
|
|
||||||
-- 配置ID
|
-- 配置ID
|
||||||
id = s:taboption("advanced", Value, "id", translate("Config ID"))
|
id = s:taboption("advanced", ListValue, "id", translate("Config ID"))
|
||||||
id.default = arg[1]
|
|
||||||
id.rmempty = false
|
id.rmempty = false
|
||||||
id.readonly = true
|
id:value(arg[1])
|
||||||
id.hidden = true
|
|
||||||
-- uci:set('modem',arg[1],'id',arg[1])
|
-- uci:set('modem',arg[1],'id',arg[1])
|
||||||
|
|
||||||
-- 拨号工具
|
-- 拨号工具
|
||||||
|
Loading…
x
Reference in New Issue
Block a user