summaryrefslogtreecommitdiffstats
path: root/package/iproute2
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-03-30 17:52:05 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2012-04-30 22:59:22 +0200
commit29f656e081e4848835ee913f49aece959551c188 (patch)
tree2393d7187d2fc7f46ac7e1c721081018282b71eb /package/iproute2
parent2816df90307429bc7a6d5b6bba1961ad395bcd2d (diff)
downloadbuildroot-novena-29f656e081e4848835ee913f49aece959551c188.tar.gz
buildroot-novena-29f656e081e4848835ee913f49aece959551c188.zip
iproute2: bump to version 3.3.0
Bump to version 3.3.0 We now need to keep builtin headers since it's using very modern defines which aren't yet mainstream in glibc or uClibc. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/iproute2')
-rw-r--r--package/iproute2/iproute2.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk
index 100f20aa2..ee5c04aa8 100644
--- a/package/iproute2/iproute2.mk
+++ b/package/iproute2/iproute2.mk
@@ -4,7 +4,7 @@
#
#############################################################
-IPROUTE2_VERSION = 3.1.0
+IPROUTE2_VERSION = 3.3.0
IPROUTE2_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/net/iproute2
IPROUTE2_TARGET_SBINS = ctstat genl ifstat ip lnstat nstat routef routel rtacct rtmon rtpr rtstat ss tc
@@ -25,8 +25,6 @@ endef
endif
define IPROUTE2_CONFIGURE_CMDS
- # Use kernel headers
- rm -r $(IPROUTE2_DIR)/include/netinet
# arpd needs berkeleydb
$(SED) "/^TARGETS=/s: arpd : :" $(IPROUTE2_DIR)/misc/Makefile
echo "IPT_LIB_DIR:=/usr/lib/xtables" >>$(IPROUTE2_DIR)/Config