X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-dump1090%2Fluasrc%2Fmodel%2Fcbi%2Fdump1090.lua;h=e9ed336c132fc546872cc80bdef9ef08a1a4ebfe;hp=c42f918cf90552e26f2c47dc8aea9f863a0621d3;hb=1aeb236a94c146d2f5eb2acb9467f3829516c0f0;hpb=534d73793fbc4adf09d7a8156dac0f529d60bdb6 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"