summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-11-14 17:17:57 +0100
committerJo-Philipp Wich <jow@openwrt.org>2014-11-14 17:17:57 +0100
commit1aeb236a94c146d2f5eb2acb9467f3829516c0f0 (patch)
tree4937c88a5492c1aaba20f1d3dd251e5e81728b07 /applications
parent534d73793fbc4adf09d7a8156dac0f529d60bdb6 (diff)
parentc5e1037b4068a73e48e2ab5b279f5b25f44a0096 (diff)
Merge pull request #249 from openwrt-es/luci-next
applications/luci-dump1090: update config to latest version
Diffstat (limited to 'applications')
-rw-r--r--applications/luci-dump1090/luasrc/model/cbi/dump1090.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-dump1090/luasrc/model/cbi/dump1090.lua b/applications/luci-dump1090/luasrc/model/cbi/dump1090.lua
index c42f918cf..e9ed336c1 100644
--- a/applications/luci-dump1090/luasrc/model/cbi/dump1090.lua
+++ b/applications/luci-dump1090/luasrc/model/cbi/dump1090.lua
@@ -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"