diff options
Diffstat (limited to 'package/argus/Config.in')
-rw-r--r-- | package/argus/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/argus/Config.in b/package/argus/Config.in index 6d477346f7..7a7d2b650f 100644 --- a/package/argus/Config.in +++ b/package/argus/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_ARGUS bool "argus" - depends on BR2_INET_IPV6 depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_USE_MMU # fork() select BR2_PACKAGE_LIBPCAP @@ -10,6 +9,6 @@ config BR2_PACKAGE_ARGUS http://qosient.com/argus/ -comment "argus needs a toolchain w/ threads, IPv6" - depends on !(BR2_TOOLCHAIN_HAS_THREADS && BR2_INET_IPV6) +comment "argus needs a toolchain w/ threads" + depends on !BR2_TOOLCHAIN_HAS_THREADS depends on BR2_USE_MMU |