|
@@ -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
|