This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
adblock: update 1.1.16, release 2
* workaround for LuCI search path issue Signed-off-by: Dirk Brenken <dev@brenken.org>
lilik-openwrt-22.03
Dirk Brenken
9 years ago
parent
41b05a5532
commit
26fa1c5df0
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/adblock/Makefile
+2
-0
net/adblock/files/adblock.init
+ 1
- 1
net/adblock/Makefile
View 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>
+ 2
- 0
net/adblock/files/adblock.init
View File
@ -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
Write
Preview
Loading…
Cancel
Save