git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
737619f
)
luci-app-p910nd: Remove unused unspecified option
author
Sergey Ponomarev
<redacted>
Thu, 31 Aug 2023 09:01:02 +0000
(12:01 +0300)
committer
Sergey Ponomarev
<redacted>
Thu, 31 Aug 2023 09:01:02 +0000
(12:01 +0300)
Signed-off-by: Sergey Ponomarev <redacted>
applications/luci-app-p910nd/luasrc/model/cbi/p910nd.lua
patch
|
blob
|
history
diff --git
a/applications/luci-app-p910nd/luasrc/model/cbi/p910nd.lua
b/applications/luci-app-p910nd/luasrc/model/cbi/p910nd.lua
index 099013806d2daa2051e5a39034c956885cfe9911..6a94db7cdde4fd698ffacdabd3a4aa11af3362c1 100644
(file)
--- a/
applications/luci-app-p910nd/luasrc/model/cbi/p910nd.lua
+++ b/
applications/luci-app-p910nd/luasrc/model/cbi/p910nd.lua
@@
-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(...)
git clone https://git.99rst.org/PROJECT