Merge pull request #1115 from dibdot/app-adblock

luci-app-adblock: sync with 2.6.0-2
This commit is contained in:
Hannu Nyman 2017-04-17 20:29:11 +03:00 committed by GitHub
commit 91c0b91a2e
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for Adblock
LUCI_DEPENDS:=+adblock
LUCI_DEPENDS:=+adblock +luci-lib-jsonc
LUCI_PKGARCH:=all
include ../../luci.mk

View file

@ -50,7 +50,7 @@ o2.rmempty = true
o3 = s:option(Value, "adb_triggerdelay", translate("Trigger delay"),
translate("Additional trigger delay in seconds before adblock processing begins."))
o3.default = 1
o3.default = 2
o3.datatype = "range(1,90)"
o3.rmempty = false