luci-app-p910nd: Remove unused unspecified option
authorSergey Ponomarev <stokito@gmail.com>
Thu, 31 Aug 2023 09:01:02 +0000 (12:01 +0300)
committerSergey Ponomarev <stokito@gmail.com>
Thu, 31 Aug 2023 09:01:02 +0000 (12:01 +0300)
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
applications/luci-app-p910nd/luasrc/model/cbi/p910nd.lua

index 099013806d2daa2051e5a39034c956885cfe9911..6a94db7cdde4fd698ffacdabd3a4aa11af3362c1 100644 (file)
@@ -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(...)