iptables: bump to version 1.6.1
[buildroot-gz.git] / package / kismet / Config.in
blob7265c63e8722d03572e71c9d241ef89ed011a961
1 comment "kismet needs a toolchain w/ threads, C++, dynamic library"
2         depends on BR2_USE_MMU
3         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
4                 BR2_STATIC_LIBS
6 config BR2_PACKAGE_KISMET
7         bool "kismet"
8         depends on BR2_INSTALL_LIBSTDCPP
9         depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
10         depends on BR2_USE_MMU # fork()
11         depends on !BR2_STATIC_LIBS # dlfcn.h
12         select BR2_PACKAGE_NCURSES
13         select BR2_PACKAGE_NCURSES_TARGET_PANEL
14         select BR2_PACKAGE_LIBPCAP
15         select BR2_PACKAGE_LIBNL
16         help
17           Kismet - 802.11 layer2 wireless network detector, sniffer,
18           and intrusion detection system.
20           Kismet will work with any wireless card which supports raw
21           monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and
22           802.11g traffic.
24           Kismet identifies networks by passively collecting packets
25           and detecting standard named networks, detecting (and given
26           time, decloaking) hidden networks, and infering the presence
27           of nonbeaconing networks via data traffic.
29           http://www.kismetwireless.net
31 if BR2_PACKAGE_KISMET
33 config BR2_PACKAGE_KISMET_CLIENT
34         bool "Install client"
36 config BR2_PACKAGE_KISMET_DRONE
37         bool "Install drone"
39 config BR2_PACKAGE_KISMET_SERVER
40         bool "Install server"
41         default y
43 endif