diff options
author | Stan Grishin <stangri@melmac.ca> | 2023-11-23 22:43:25 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2023-11-23 22:44:52 +0000 |
commit | 96ad0ab6fda173b27d9392f7c16d1e9bea327662 (patch) | |
tree | 10078738ef07442551ae2aa3c327ef9f1db69be1 /net/adblock-fast/Makefile | |
parent | 0142d0659822413a3ac5ed4c76d74cbcf5a1ca7e (diff) |
adblock-fast: bufgix: fix boot()
* fix boot()
* reintroduce procd_boot_delay variable to control delay of service
start on boot
* introduce `check_lists` command to check enabled block-lists for
domain(s)
* use config_get_bool instead of config_get for boolean options
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'net/adblock-fast/Makefile')
-rw-r--r-- | net/adblock-fast/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/adblock-fast/Makefile b/net/adblock-fast/Makefile index 35d206acb..51824a331 100644 --- a/net/adblock-fast/Makefile +++ b/net/adblock-fast/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=adblock-fast PKG_VERSION:=1.0.1 -PKG_RELEASE:=2 +PKG_RELEASE:=5 PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> PKG_LICENSE:=GPL-3.0-or-later |