Merge pull request #249 from openwrt-es/luci-next
applications/luci-dump1090: update config to latest version
This commit is contained in:
commit
1aeb236a94
1 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,10 @@ net_beast.default = false
|
|||
net_only=s:option(Flag, "net_only", translate("Enable just networking, no RTL device or file used"))
|
||||
net_only.default = false
|
||||
|
||||
net_bind_address=s:option(Value, "net_bind_address", translate("IP address to bind to"))
|
||||
net_bind_address.rmempty = true
|
||||
net_bind_address.datatype = "ipaddr"
|
||||
|
||||
net_http_port=s:option(Value, "net_http_port", translate("HTTP server port"))
|
||||
net_http_port.rmempty = true
|
||||
net_http_port.datatype = "port"
|
||||
|
|
Loading…
Reference in a new issue