From: Jo-Philipp Wich Date: Fri, 14 Nov 2014 16:17:57 +0000 (+0100) Subject: Merge pull request #249 from openwrt-es/luci-next X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=1aeb236a94c146d2f5eb2acb9467f3829516c0f0;hp=-c Merge pull request #249 from openwrt-es/luci-next applications/luci-dump1090: update config to latest version --- 1aeb236a94c146d2f5eb2acb9467f3829516c0f0 diff --combined applications/luci-dump1090/luasrc/model/cbi/dump1090.lua index c42f918cf,50bc4e309..e9ed336c1 --- a/applications/luci-dump1090/luasrc/model/cbi/dump1090.lua +++ b/applications/luci-dump1090/luasrc/model/cbi/dump1090.lua @@@ -22,7 -22,6 +22,7 @@@ enable=s:option(Flag, "disabled", trans enable.enabled="0" enable.disabled="1" enable.default = "1" +enable.rmempty = false respawn=s:option(Flag, "respawn", translate("Respawn")) respawn.default = false @@@ -59,6 -58,10 +59,10 @@@ net_beast.default = fals 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"