]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
iproute2: bump to version 4.1.0
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Sat, 27 Jun 2015 11:15:32 +0000 (08:15 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 28 Jun 2015 12:05:22 +0000 (14:05 +0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/iproute2/0001-tipc-make-build-conditional-on-having-libmnl.patch [new file with mode: 0644]
package/iproute2/iproute2.hash
package/iproute2/iproute2.mk

diff --git a/package/iproute2/0001-tipc-make-build-conditional-on-having-libmnl.patch b/package/iproute2/0001-tipc-make-build-conditional-on-having-libmnl.patch
new file mode 100644 (file)
index 0000000..ccd1daf
--- /dev/null
@@ -0,0 +1,33 @@
+From db17dd9728b77485f26abb1ac5fcda65130f4a8d Mon Sep 17 00:00:00 2001
+From: Gustavo Zacarias <gustavo@zacarias.com.ar>
+Date: Sat, 27 Jun 2015 08:08:51 -0300
+Subject: [PATCHv2 iproute2] tipc: make build conditional on having libmnl
+
+Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
+---
+ tipc/Makefile | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+diff --git a/tipc/Makefile b/tipc/Makefile
+index 4bda8c5..b3ef9b9 100644
+--- a/tipc/Makefile
++++ b/tipc/Makefile
+@@ -1,3 +1,6 @@
++include ../Config
++ifeq ($(HAVE_MNL),y)
++
+ TIPCOBJ=bearer.o \
+     cmdl.o link.o \
+     media.o misc.o \
+@@ -8,6 +11,8 @@ TIPCOBJ=bearer.o \
+ TARGETS=tipc
+ LDLIBS += -lmnl
++endif
++
+ all: $(TARGETS) $(LIBS)
+ tipc: $(TIPCOBJ)
+-- 
+2.3.6
+
index 336d6b6c444ad1ea53b7de3788ae6b04f2b69717..659e2754f859fc84d0d2e0906b745caf10dbdf33 100644 (file)
@@ -1,2 +1,2 @@
 # From https://kernel.org/pub/linux/utils/net/iproute2/sha256sums.asc
-sha256 5cd06eb1050b858b308b65705725042bb566fd261135e35a73dafb48cd632618        iproute2-4.0.0.tar.xz
+sha256 d1326696c6a8f81ba66aaf48d858005cf280c81d3284d8d2c99748e3d0746146        iproute2-4.1.0.tar.xz
index a8f4400604af8cbbd4271b2b5a9a87884749da53..dabc8b41bf4bba339d289912bd127054a699f23a 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-IPROUTE2_VERSION = 4.0.0
+IPROUTE2_VERSION = 4.1.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
@@ -17,6 +17,10 @@ ifeq ($(BR2_PACKAGE_BUSYBOX),y)
 IPROUTE2_DEPENDENCIES += busybox
 endif
 
+ifeq ($(BR2_PACKAGE_LIBMNL),y)
+IPROUTE2_DEPENDENCIES += libmnl
+endif
+
 # If we've got iptables enable xtables support for tc
 ifeq ($(BR2_PACKAGE_IPTABLES)x$(BR2_STATIC_LIBS),yx)
 IPROUTE2_DEPENDENCIES += iptables