From 96ad0ab6fda173b27d9392f7c16d1e9bea327662 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Thu, 23 Nov 2023 22:43:25 +0000 Subject: 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 --- net/adblock-fast/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/adblock-fast/Makefile') 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 PKG_LICENSE:=GPL-3.0-or-later -- cgit v1.2.3