luci-app-adblock: adjust to change in option name

Change also the adb_nullport option name to match 1.1.0

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit 96c5069ca6)
This commit is contained in:
Hannu Nyman 2016-05-01 10:51:04 +03:00
parent 234ca580c7
commit 0b84fe25a6

View 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"