luci-app-adblock: adjust to change in option name
authorHannu Nyman <hannu.nyman@iki.fi>
Sun, 1 May 2016 07:51:04 +0000 (10:51 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Sun, 1 May 2016 07:51:04 +0000 (10:51 +0300)
Change also the adb_nullport option name to match 1.1.0

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
applications/luci-app-adblock/luasrc/model/cbi/adblock.lua

index d0f5ecc5b799340ebc4ed8a2054ac1a3cd547db8..0f96ffb30a0bace33309d13bec379fefe24145f9 100644 (file)
@@ -59,7 +59,7 @@ o5.datatype = "directory"
 e = m:section(NamedSection, "global", "adblock", translate("Extra options"),
        translate("Options for further tweaking in case the defaults are not suitable for you."))
 
-a1 = e:option(Value, "adb_port", translate("Port of the adblock uhttpd instance"))
+a1 = e:option(Value, "adb_nullport", translate("Port of the adblock uhttpd instance"))
 a1.optional = true
 a1.default = 65535
 a1.datatype = "port"