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:41:13 +0800 |
commit | 312b9dcd655b5469a08aed119d0936ad96cf5fdb (patch) | |
tree | 8cd090dfee69b7e6c1faff1c56c4bbd6a838e823 /package/network/utils/iproute2/Makefile | |
parent | 0694d08c84fd528e02c91c01a9c1c32639d85cc7 (diff) | |
download | mtk-20170518-312b9dcd655b5469a08aed119d0936ad96cf5fdb.zip mtk-20170518-312b9dcd655b5469a08aed119d0936ad96cf5fdb.tar.gz mtk-20170518-312b9dcd655b5469a08aed119d0936ad96cf5fdb.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/Makefile | 2 |
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 |