luci-app-p910nd: Remove unused unspecified option
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
This commit is contained in:
parent
737619f8b2
commit
2093f1f832
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ s:option(Value, "device", translate("Device")).rmempty = true
|
|||
b = s:option(Value, "bind", translate("Interface"), translate("Specifies the interface to listen on."))
|
||||
b.template = "cbi/network_netlist"
|
||||
b.nocreate = true
|
||||
b.unspecified = true
|
||||
|
||||
function b.cfgvalue(...)
|
||||
local v = Value.cfgvalue(...)
|
||||
|
|
Loading…
Reference in a new issue