adblock: update 1.1.16, release 2 2809/head
authorDirk Brenken <dev@brenken.org>
Fri, 3 Jun 2016 17:40:37 +0000 (19:40 +0200)
committerDirk Brenken <dev@brenken.org>
Fri, 3 Jun 2016 17:40:37 +0000 (19:40 +0200)
* workaround for LuCI search path issue

Signed-off-by: Dirk Brenken <dev@brenken.org>
net/adblock/Makefile
net/adblock/files/adblock.init

index f125cb2bc95fd9505ebcb8db8c62bf92b6004878..4fa8fdf5183521195304336dcfe720af196e1f17 100644 (file)
@@ -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 <dev@brenken.org>
 
index e2ad930f0ddc59f402f29ebd057c581ce66b5cdc..e27a3fd16dc1748ed624c9ac12a9d1ad93bbc87e 100755 (executable)
@@ -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