summaryrefslogtreecommitdiffstats
path: root/package/iproute2
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-08-13 17:02:39 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-08-17 17:49:12 +0200
commit7a3d7601fb96997ffe507f0f81ec0581a2f010ef (patch)
tree48905cfbfd421b4a109533034baa2d31943a2196 /package/iproute2
parent47a3fa7b593adb77c2f9f1a4b1608ac2ce2af6d8 (diff)
downloadbuildroot-novena-7a3d7601fb96997ffe507f0f81ec0581a2f010ef.tar.gz
buildroot-novena-7a3d7601fb96997ffe507f0f81ec0581a2f010ef.zip
iproute2: bump to version 3.5.0
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/iproute2')
-rw-r--r--package/iproute2/iproute2.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk
index 27bc56f30..c671e44c9 100644
--- a/package/iproute2/iproute2.mk
+++ b/package/iproute2/iproute2.mk
@@ -4,9 +4,11 @@
#
#############################################################
-IPROUTE2_VERSION = 3.4.0
+IPROUTE2_VERSION = 3.5.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
+IPROUTE2_LICENSE = GPLv2
+IPROUTE2_LICENSE_FILES = COPYING
# If both iproute2 and busybox are selected, make certain we win
# the fight over who gets to have their utils actually installed.