From: Peter Korsgaard Date: Wed, 4 Mar 2009 20:16:26 +0000 (-0000) Subject: iproute2: needs ipv6 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4617e1d08064e92f4b1c32916760697157c1ecf8;p=buildroot.git iproute2: needs ipv6 --- diff --git a/package/iproute2/Config.in b/package/iproute2/Config.in index 52bf7923cd..0799e7c7c2 100644 --- a/package/iproute2/Config.in +++ b/package/iproute2/Config.in @@ -1,7 +1,11 @@ config BR2_PACKAGE_IPROUTE2 bool "iproute2" + depends on BR2_INET_IPV6 help Kernel routing and traffic control utilities. Provides things like ip and tc. http://developer.osdl.org/dev/iproute2/ + +comment "iproute2 requires a toolchain with IPv6 support" + depends on !BR2_INET_IPV6