Browse Source

adblock: update 1.0.3

* remove syntax glitch & cosmetics
* probably the last 1.0.x release

Signed-off-by: Dirk Brenken <openwrt@brenken.org>
lilik-openwrt-22.03
Dirk Brenken 9 years ago
parent
commit
40a9c0a92d
3 changed files with 2 additions and 5 deletions
  1. +1
    -1
      net/adblock/Makefile
  2. +0
    -3
      net/adblock/files/adblock-helper.sh
  3. +1
    -1
      net/adblock/files/adblock-update.sh

+ 1
- 1
net/adblock/Makefile View File

@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=adblock
PKG_VERSION:=1.0.2
PKG_VERSION:=1.0.3
PKG_RELEASE:=1
PKG_LICENSE:=GPL-3.0+
PKG_MAINTAINER:=Dirk Brenken <openwrt@brenken.org>


+ 0
- 3
net/adblock/files/adblock-helper.sh View File

@ -205,7 +205,6 @@ f_envparse()
else
network_get_device adb_wandev4 "${adb_wanif4}"
network_get_device adb_wandev6 "${adb_wanif6}"
break
fi
# get lan ip addresses
@ -505,8 +504,6 @@ f_space()
{
local mp="${1}"
# check relevant mount points in a subshell
#
if [ -d "${mp}" ]
then
av_space="$(df "${mp}" | tail -n1 | awk '{printf $4}')"


+ 1
- 1
net/adblock/files/adblock-update.sh View File

@ -36,7 +36,7 @@ fi
# get current directory, script- and openwrt version
#
adb_scriptdir="${0%/*}"
adb_scriptver="1.0.2"
adb_scriptver="1.0.3"
openwrt_version="$(cat /etc/openwrt_version)"
# source in adblock function library


Loading…
Cancel
Save