Explorar o código

iproute2: needs ipv6

Peter Korsgaard %!s(int64=16) %!d(string=hai) anos
pai
achega
4617e1d080
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      package/iproute2/Config.in

+ 4 - 0
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