diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2017-03-17 17:49:29 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2017-03-19 12:42:16 +0800 |
commit | 0f23e80c272be4eaaa3e898f9e427886203be720 (patch) | |
tree | 4324b97483b7e482b05255ebf0b65c0ddc5bccfe /package/network/utils/iproute2/Makefile | |
parent | 111cf1b9f37b902dbc4ac2934f38ee6418600f69 (diff) | |
download | upstream-0f23e80c272be4eaaa3e898f9e427886203be720.tar.gz upstream-0f23e80c272be4eaaa3e898f9e427886203be720.tar.bz2 upstream-0f23e80c272be4eaaa3e898f9e427886203be720.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/Makefile | 2 |
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 |