2016-10-22 16:10:24 +02:00
|
|
|
config BR2_PACKAGE_TRINITY_ARCH_SUPPORTS
|
|
|
|
bool
|
|
|
|
default y
|
2016-09-21 19:13:11 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2014-10-28 18:10:22 +01:00
|
|
|
depends on BR2_aarch64 || BR2_arm || BR2_armeb || BR2_i386 || \
|
|
|
|
BR2_mips || BR2_mipsel || BR2_powerpc || BR2_powerpc64 || \
|
|
|
|
BR2_powerpc64le || BR2_sparc || BR2_x86_64
|
2016-10-22 16:10:24 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_TRINITY
|
|
|
|
bool "trinity"
|
|
|
|
depends on BR2_PACKAGE_TRINITY_ARCH_SUPPORTS
|
|
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL # FTW_ACTIONRETVAL
|
2016-10-16 15:24:11 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 # IPV6_UNICAST_IF
|
2014-10-20 12:14:51 +02:00
|
|
|
help
|
|
|
|
A Linux System call fuzz tester
|
|
|
|
|
|
|
|
http://codemonkey.org.uk/projects/trinity/
|
2016-10-17 18:16:56 +02:00
|
|
|
|
2016-10-16 15:24:11 +02:00
|
|
|
comment "trinity needs a uClibc or glibc toolchain w/ headers >= 3.4"
|
2016-10-22 16:10:24 +02:00
|
|
|
depends on BR2_PACKAGE_TRINITY_ARCH_SUPPORTS
|
2016-10-30 13:51:45 +01:00
|
|
|
depends on BR2_TOOLCHAIN_USES_MUSL || \
|
|
|
|
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4
|