The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / kismet / Config.in
1 comment "kismet needs a toolchain w/ threads, C++"
2         depends on BR2_USE_MMU
3         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
4
5 config BR2_PACKAGE_KISMET
6         bool "kismet"
7         depends on BR2_INSTALL_LIBSTDCPP
8         depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
9         depends on BR2_USE_MMU # fork()
10         select BR2_PACKAGE_NCURSES
11         select BR2_PACKAGE_NCURSES_TARGET_PANEL
12         select BR2_PACKAGE_LIBPCAP
13         select BR2_PACKAGE_LIBNL
14         help
15           Kismet - 802.11 layer2 wireless network detector, sniffer,
16           and intrusion detection system.
17
18           Kismet will work with any wireless card which supports raw
19           monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and
20           802.11g traffic.
21
22           Kismet identifies networks by passively collecting packets
23           and detecting standard named networks, detecting (and given
24           time, decloaking) hidden networks, and infering the presence
25           of nonbeaconing networks via data traffic.
26
27           http://www.kismetwireless.net
28
29 if BR2_PACKAGE_KISMET
30
31 config BR2_PACKAGE_KISMET_CLIENT
32         bool "Install client"
33
34 config BR2_PACKAGE_KISMET_DRONE
35         bool "Install drone"
36
37 config BR2_PACKAGE_KISMET_SERVER
38         bool "Install server"
39         default y
40
41 endif