diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2017-05-02 22:45:18 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2017-05-02 22:45:42 +0800 |
commit | 9b4c41524ffa7ac151f072b8febe05ccc05b529d (patch) | |
tree | e63a45da0514bb7ee58fc4649896b607a174fff7 /package | |
parent | cfa58651872f6f7b5cb3fa6897883891d1b28617 (diff) | |
download | upstream-9b4c41524ffa7ac151f072b8febe05ccc05b529d.tar.gz upstream-9b4c41524ffa7ac151f072b8febe05ccc05b529d.tar.bz2 upstream-9b4c41524ffa7ac151f072b8febe05ccc05b529d.zip |
iproute2: bump PKG_RELEASE
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'package')
-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 fd6b5683e0..d5285942aa 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:=9 +PKG_RELEASE:=10 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2 |