]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
iproute2: needs ipv6
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 4 Mar 2009 20:16:26 +0000 (20:16 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 4 Mar 2009 20:16:26 +0000 (20:16 -0000)
package/iproute2/Config.in

index 52bf7923cd84706dc6bbcd80c2bb283716ba1076..0799e7c7c2be6d9154731cba3312435d83ec1744 100644 (file)
@@ -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