aboutsummaryrefslogtreecommitdiffstats
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:41:13 +0800
commit312b9dcd655b5469a08aed119d0936ad96cf5fdb (patch)
tree8cd090dfee69b7e6c1faff1c56c4bbd6a838e823 /package/network/utils/iproute2/Makefile
parent0694d08c84fd528e02c91c01a9c1c32639d85cc7 (diff)
downloadupstream-312b9dcd655b5469a08aed119d0936ad96cf5fdb.tar.gz
upstream-312b9dcd655b5469a08aed119d0936ad96cf5fdb.tar.bz2
upstream-312b9dcd655b5469a08aed119d0936ad96cf5fdb.zip
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 af8e64c242..1c1ee3f24e 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