mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
config BR2_PACKAGE_NDISC6
|
||||
bool "ndisc6 tools"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 # c11
|
||||
help
|
||||
NDisc6 is a small collection of useful tools for IPv6
|
||||
networking
|
||||
@@ -45,3 +46,7 @@ config BR2_PACKAGE_NDISC6_TCPSPRAY
|
||||
TCP/IP bandwidth measurement tool (Discard and Echo client).
|
||||
|
||||
endif
|
||||
|
||||
comment "ndisc6 needs a toolchain w/ gcc >= 4.7"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|
||||
|
||||
Reference in New Issue
Block a user