diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2018-11-05 15:32:48 +0100 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2018-11-08 11:09:13 +0100 |
commit | 559635dbb6983b4e95f167d0ac2d3a75af6d3102 (patch) | |
tree | aa494457b47ca25753a186c2ea0cd5811bc2bd27 /package/network/utils/iproute2/Makefile | |
parent | 68b43270f9bd18d6c28b7d45d2453ae220d760ea (diff) | |
download | upstream-559635dbb6983b4e95f167d0ac2d3a75af6d3102.tar.gz upstream-559635dbb6983b4e95f167d0ac2d3a75af6d3102.tar.bz2 upstream-559635dbb6983b4e95f167d0ac2d3a75af6d3102.zip |
iproute2: update to 4.19.0
Update to the latest version of iproute2; see https://lwn.net/Articles/769354/
for a full overview of the changes in 4.19.
Remove 190-add-cake-to-tc patch as CAKE qdisc is now supported in 4.19.0
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/utils/iproute2/Makefile')
-rw-r--r-- | package/network/utils/iproute2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index 88e7642277..5bd3bd89cc 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:=4.18.0 +PKG_VERSION:=4.19.0 PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2 -PKG_HASH:=a9e6c70c95f513871c5e1f4e452c04fcb3c4d8a05be651bd794cd994a52daa45 +PKG_HASH:=d9ec5ca1f47d8a85416fa26e7dc1cbf5d067640eb60e90bdc1c7e5bdc6a29984 PKG_BUILD_PARALLEL:=1 PKG_BUILD_DEPENDS:=iptables PKG_LICENSE:=GPL-2.0 |