summaryrefslogtreecommitdiff
path: root/package/network/utils/iproute2/Makefile
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2017-03-17 17:49:29 +0800
committerYousong Zhou <yszhou4tech@gmail.com>2017-03-19 12:42:16 +0800
commit0f23e80c272be4eaaa3e898f9e427886203be720 (patch)
tree4324b97483b7e482b05255ebf0b65c0ddc5bccfe /package/network/utils/iproute2/Makefile
parent111cf1b9f37b902dbc4ac2934f38ee6418600f69 (diff)
downloadmtk-20170518-0f23e80c272be4eaaa3e898f9e427886203be720.zip
mtk-20170518-0f23e80c272be4eaaa3e898f9e427886203be720.tar.gz
mtk-20170518-0f23e80c272be4eaaa3e898f9e427886203be720.tar.bz2
iproute2: fix ip monitor can't work when NET_NS is not enabled
The bug appeared in v4.1.0 and was fixed since v4.8.0 Fixes FS#620 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'package/network/utils/iproute2/Makefile')
-rw-r--r--package/network/utils/iproute2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile
index af8e64c..1c1ee3f 100644
--- a/package/network/utils/iproute2/Makefile
+++ b/package/network/utils/iproute2/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=iproute2
PKG_VERSION:=4.4.0
-PKG_RELEASE:=8
+PKG_RELEASE:=9
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2