diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2014-06-12 22:03:48 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-06-12 22:03:48 +0200 |
commit | bca6d1cbb9e92daa90dcfdecca209431c44d8700 (patch) | |
tree | d02f1d671bc169d0a10a2c5a09625d8450d94277 | |
parent | 23a4e7eaa467cf9d34802e45d5850a564186d779 (diff) | |
download | buildroot-bca6d1cbb9e92daa90dcfdecca209431c44d8700.tar.gz buildroot-bca6d1cbb9e92daa90dcfdecca209431c44d8700.zip |
iproute2: bump version
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/iproute2/iproute2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk index 841deb2625..ad7fcf498e 100644 --- a/package/iproute2/iproute2.mk +++ b/package/iproute2/iproute2.mk @@ -4,7 +4,7 @@ # ################################################################################ -IPROUTE2_VERSION = 3.14.0 +IPROUTE2_VERSION = 3.15.0 IPROUTE2_SOURCE = iproute2-$(IPROUTE2_VERSION).tar.xz IPROUTE2_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/net/iproute2 IPROUTE2_DEPENDENCIES = host-bison host-flex |