diff options
author | Dirk Brenken <dirk@brenken.org> | 2016-04-07 15:38:30 +0200 |
---|---|---|
committer | Dirk Brenken <dirk@brenken.org> | 2016-04-07 15:38:30 +0200 |
commit | 40a9c0a92d7f28ca2f1019023049603c9f536e33 (patch) | |
tree | 41803a098b871fe4cfba4a46f3438dbe0f58dc5e /net | |
parent | e32bbffc7bd2c4e108f7d5178e6c216f8ef01fc9 (diff) |
adblock: update 1.0.3
* remove syntax glitch & cosmetics
* probably the last 1.0.x release
Signed-off-by: Dirk Brenken <openwrt@brenken.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/adblock/Makefile | 2 | ||||
-rw-r--r-- | net/adblock/files/adblock-helper.sh | 3 | ||||
-rwxr-xr-x | net/adblock/files/adblock-update.sh | 2 |
3 files changed, 2 insertions, 5 deletions
diff --git a/net/adblock/Makefile b/net/adblock/Makefile index 3fcbc9d84..2333a1134 100644 --- a/net/adblock/Makefile +++ b/net/adblock/Makefile @@ -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> diff --git a/net/adblock/files/adblock-helper.sh b/net/adblock/files/adblock-helper.sh index 7f9ea5544..246f98b96 100644 --- a/net/adblock/files/adblock-helper.sh +++ b/net/adblock/files/adblock-helper.sh @@ -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}')" diff --git a/net/adblock/files/adblock-update.sh b/net/adblock/files/adblock-update.sh index f516e414d..cce8dcb17 100755 --- a/net/adblock/files/adblock-update.sh +++ b/net/adblock/files/adblock-update.sh @@ -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 |