lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 40a9c0a92d7f28ca2f1019023049603c9f536e33
parent e32bbffc7bd2c4e108f7d5178e6c216f8ef01fc9
Author: Dirk Brenken <dirk@brenken.org>
Date:   Thu,  7 Apr 2016 15:38:30 +0200

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:
Mnet/adblock/Makefile | 2+-
Mnet/adblock/files/adblock-helper.sh | 3---
Mnet/adblock/files/adblock-update.sh | 2+-
3 files changed, 2 insertions(+), 5 deletions(-)

diff --git 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 @@ -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 @@ -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