diff options
author | Deng Qingfang <dengqf6@mail2.sysu.edu.cn> | 2019-07-03 13:32:07 +0800 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2019-07-04 21:40:12 +0200 |
commit | 917eeaf26bca5342817419d0c360301896932476 (patch) | |
tree | fd411311eee7b4b08746fc930706289193cea197 /package/network/utils/iproute2/Makefile | |
parent | 92f83abc5e0f7bacd0392ce0c1cddcfb358f0d03 (diff) | |
download | upstream-917eeaf26bca5342817419d0c360301896932476.tar.gz upstream-917eeaf26bca5342817419d0c360301896932476.tar.bz2 upstream-917eeaf26bca5342817419d0c360301896932476.zip |
iproute2: update to 5.1.0
Update iproute2 to 5.1.0
Remove upstream patch 010-cake-fwmark.patch
Backport a patch to fix struct sysinfo redefinition error
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 0f09b79431..16b838052e 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.0.0 -PKG_RELEASE:=2 +PKG_VERSION:=5.1.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2 -PKG_HASH:=df047302a39650ef832c07e8dab5df7a23218cd398bd310c8628e386161d20ba +PKG_HASH:=dc5a980873eabf6b00c0be976b6e5562b1400d47d1d07d2ac35d5e5acbcf7bcf PKG_BUILD_PARALLEL:=1 PKG_BUILD_DEPENDS:=iptables PKG_LICENSE:=GPL-2.0 |