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

31 lines
598 B
Plaintext
Raw Normal View History

config BR2_PACKAGE_KISMET
tristate
depends BR2_PACKAGE_SERVER || BR2_PACKAGE_CLIENT || BR2_PACKAGE_DRONE
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_UCLIBCXX
default n
config BR2_PACKAGE_KISMET_SERVER
tristate "Kismet server"
select BR2_PACKAGE_KISMET
default m if CONFIG_DEVEL
help
The Kismet server
config BR2_PACKAGE_KISMET_CLIENT
tristate "Kismet client"
select BR2_PACKAGE_KISMET
default m if CONFIG_DEVEL
help
The Kismet client
config BR2_PACKAGE_KISMET_DRONE
tristate "Kismet drone"
select BR2_PACKAGE_KISMET
default m if CONFIG_DEVEL
help
The Kismet drone