1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-17 20:35:52 +03:00
openwrt-xburst/package/kismet/Config.in

34 lines
912 B
Plaintext
Raw Normal View History

config BR2_PACKAGE_KISMET
bool "kismet - an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system"
default y if CONFIG_DEVEL
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
select BR2_PACKAGE_LIBNCURSES
select BR2_PACKAGE_UCLIBCXX
config BR2_PACKAGE_KISMET_DRONE
tristate "kismet-drone - the Kismet drone"
default m if CONFIG_DEVEL
depends BR2_PACKAGE_KISMET
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_UCLIBCXX
config BR2_PACKAGE_KISMET_SERVER
tristate "kismet-server - the Kismet server"
default m if CONFIG_DEVEL
depends BR2_PACKAGE_KISMET
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_UCLIBCXX