summaryrefslogtreecommitdiffstats
path: root/package/iproute2/iproute2.mk
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2016-12-22 23:17:58 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-12-23 00:04:46 +0100
commitbd9549610f3b90037d0ce996628e99dbbb5bbe9a (patch)
treeba49c0e114773d18051ebe58f0f9eb92ad90b747 /package/iproute2/iproute2.mk
parent77c6476feabead9b0bef736e7615514494a7a97c (diff)
downloadbuildroot-bd9549610f3b90037d0ce996628e99dbbb5bbe9a.tar.gz
buildroot-bd9549610f3b90037d0ce996628e99dbbb5bbe9a.zip
iproute2: bump to version 4.9.0
Add the libc-compat.h musl workaround patch to the copy of the kernel header. Add a patch adding missing limits.h for musl. Drop 0001-Avoid-in6_addr-redefinition.patch; not needed after the libc-compat.h patch. Drop upstream 0003-iproute2-tc_bpf.c-fix-building-with-musl-libc..patch. Drop 0004-iproute-no-iptables.patch; should be fixed by upstream commit 4710e46ec3 (tc, ipt: don't enforce iproute2 dependency on iptables-devel). Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/iproute2/iproute2.mk')
-rw-r--r--package/iproute2/iproute2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk
index 09e68c5ec3..5ea5299bd3 100644
--- a/package/iproute2/iproute2.mk
+++ b/package/iproute2/iproute2.mk
@@ -4,7 +4,7 @@
#
################################################################################
-IPROUTE2_VERSION = 4.5.0
+IPROUTE2_VERSION = 4.9.0
IPROUTE2_SOURCE = iproute2-$(IPROUTE2_VERSION).tar.xz
IPROUTE2_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/net/iproute2
IPROUTE2_DEPENDENCIES = host-bison host-flex host-pkgconf \
OpenPOWER on IntegriCloud