diff options
Diffstat (limited to 'package/kismet/Config.in')
-rw-r--r-- | package/kismet/Config.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/kismet/Config.in b/package/kismet/Config.in index 695466542..8de29beea 100644 --- a/package/kismet/Config.in +++ b/package/kismet/Config.in @@ -1,12 +1,14 @@ -comment "Kismet requires a toolchain with C++ support enabled" - depends on !BR2_INSTALL_LIBSTDCPP +comment "Kismet requires a toolchain with thread and C++ support enabled" + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS config BR2_PACKAGE_KISMET bool "kismet" depends on BR2_INSTALL_LIBSTDCPP + depends on BR2_TOOLCHAIN_HAS_THREADS # libnl select BR2_PACKAGE_NCURSES select BR2_PACKAGE_NCURSES_TARGET_PANEL select BR2_PACKAGE_LIBPCAP + select BR2_PACKAGE_LIBNL help Kismet - 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. |