diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2019-12-05 22:46:50 +0100 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2019-12-06 18:35:55 +0100 |
commit | 39d9010c20a08ac1ac48f1bec4332bfd92d8b1a6 (patch) | |
tree | 52a9e62d35555179e982f9c86afbde8b100b4e3a /package/network/utils/iproute2/Makefile | |
parent | a512123a4bef7a83cc2d9dd64f7f8cfb1c3a7bf5 (diff) | |
download | upstream-39d9010c20a08ac1ac48f1bec4332bfd92d8b1a6.tar.gz upstream-39d9010c20a08ac1ac48f1bec4332bfd92d8b1a6.tar.bz2 upstream-39d9010c20a08ac1ac48f1bec4332bfd92d8b1a6.zip |
iproute2: update to 5.4.0
Update iproute2 to latest stable version, see https://lwn.net/Articles/805654/
for the changes in 5.4.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 638016e5bc..d9aca960d6 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.3.0 +PKG_VERSION:=5.4.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2 -PKG_HASH:=cb1c1e45993a3bd2438543fd4332d70f1726a6e6ff97dc613a8258c993117b3f +PKG_HASH:=fe97aa60a0d4c5ac830be18937e18dc3400ca713a33a89ad896ff1e3d46086ae PKG_BUILD_PARALLEL:=1 PKG_BUILD_DEPENDS:=iptables PKG_LICENSE:=GPL-2.0 |