adblock: update 1.0.3
* remove syntax glitch & cosmetics * probably the last 1.0.x release Signed-off-by: Dirk Brenken <openwrt@brenken.org>
This commit is contained in:
parent
e32bbffc7b
commit
40a9c0a92d
3 changed files with 2 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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}')"
|
||||
|
|
|
@ -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…
Reference in a new issue