From 26fa1c5df070d7cbbe24791ba0696e035d01cdde Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Fri, 3 Jun 2016 19:40:37 +0200 Subject: [PATCH] adblock: update 1.1.16, release 2 * workaround for LuCI search path issue Signed-off-by: Dirk Brenken --- net/adblock/Makefile | 2 +- net/adblock/files/adblock.init | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/net/adblock/Makefile b/net/adblock/Makefile index f125cb2bc..4fa8fdf51 100644 --- a/net/adblock/Makefile +++ b/net/adblock/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=adblock PKG_VERSION:=1.1.16 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=GPL-3.0+ PKG_MAINTAINER:=Dirk Brenken diff --git a/net/adblock/files/adblock.init b/net/adblock/files/adblock.init index e2ad930f0..e27a3fd16 100755 --- a/net/adblock/files/adblock.init +++ b/net/adblock/files/adblock.init @@ -6,6 +6,8 @@ EXTRA_COMMANDS="toggle cfgup" EXTRA_HELP=" toggle Toggle adblocking 'on' or 'off' cfgup Update the adblock configuration file" +PATH="/usr/sbin:/usr/bin:/sbin:/bin" + adb_debug=0 if [ $((adb_debug)) -eq 0 ] then