diff options
author | DENG Qingfang <dengqf6@mail2.sysu.edu.cn> | 2019-08-22 12:14:00 +0800 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2019-08-24 21:58:13 +0200 |
commit | bd098231baffdcfdbf20b7e53f2898fd08a1561f (patch) | |
tree | 1a681d3383a5ae1920f3b52fdbe91517209e76b1 /package/network/utils/iproute2/Makefile | |
parent | f0992d7a309fc1c44d029494fc2c87b26884577f (diff) | |
download | upstream-bd098231baffdcfdbf20b7e53f2898fd08a1561f.tar.gz upstream-bd098231baffdcfdbf20b7e53f2898fd08a1561f.tar.bz2 upstream-bd098231baffdcfdbf20b7e53f2898fd08a1561f.zip |
iproute2: update to 5.2.0
Remove upstream patches
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Diffstat (limited to 'package/network/utils/iproute2/Makefile')
-rw-r--r-- | package/network/utils/iproute2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index 4db7d75d80..cfa6c64cd8 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iproute2 -PKG_VERSION:=5.1.0 -PKG_RELEASE:=2 +PKG_VERSION:=5.2.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2 -PKG_HASH:=dc5a980873eabf6b00c0be976b6e5562b1400d47d1d07d2ac35d5e5acbcf7bcf +PKG_HASH:=a5b95dec26353fc71dba9bb403e9343fad2a06bd69fb154a22a2aa2914f74da8 PKG_BUILD_PARALLEL:=1 PKG_BUILD_DEPENDS:=iptables PKG_LICENSE:=GPL-2.0 |