blob: 02e212abc94410757c3696179c086d4118555b91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
config BR2_PACKAGE_KISMET
bool "kismet - an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system"
default y if CONFIG_DEVEL
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_UCLIBCXX
default n
help
An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system.
http://www.kismetwireless.net/
Depends: libpcap, uClibc++
config BR2_PACKAGE_KISMET_CLIENT
tristate "kismet-client - the Kismet client"
default m if CONFIG_DEVEL
depends BR2_PACKAGE_KISMET
config BR2_PACKAGE_KISMET_DRONE
tristate "kismet-drone - the Kismet drone"
default m if CONFIG_DEVEL
depends BR2_PACKAGE_KISMET
config BR2_PACKAGE_KISMET_SERVER
tristate "kismet-server - the Kismet server"
default m if CONFIG_DEVEL
depends BR2_PACKAGE_KISMET
|