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>
This commit is contained in:
parent
b45520011f
commit
96c5069ca6
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ o5.datatype = "directory"
|
||||||
e = m:section(NamedSection, "global", "adblock", translate("Extra options"),
|
e = m:section(NamedSection, "global", "adblock", translate("Extra options"),
|
||||||
translate("Options for further tweaking in case the defaults are not suitable for you."))
|
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.optional = true
|
||||||
a1.default = 65535
|
a1.default = 65535
|
||||||
a1.datatype = "port"
|
a1.datatype = "port"
|
||||||
|
|
Loading…
Reference in a new issue