|
@@ -1,6 +1,7 @@
|
|
config BR2_PACKAGE_NDISC6
|
|
config BR2_PACKAGE_NDISC6
|
|
bool "ndisc6 tools"
|
|
bool "ndisc6 tools"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_USE_MMU # fork()
|
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # c11
|
|
help
|
|
help
|
|
NDisc6 is a small collection of useful tools for IPv6
|
|
NDisc6 is a small collection of useful tools for IPv6
|
|
networking
|
|
networking
|
|
@@ -45,3 +46,7 @@ config BR2_PACKAGE_NDISC6_TCPSPRAY
|
|
TCP/IP bandwidth measurement tool (Discard and Echo client).
|
|
TCP/IP bandwidth measurement tool (Discard and Echo client).
|
|
|
|
|
|
endif
|
|
endif
|
|
|
|
+
|
|
|
|
+comment "ndisc6 needs a toolchain w/ gcc >= 4.7"
|
|
|
|
+ depends on BR2_USE_MMU
|
|
|
|
+ depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|