You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
598 B
30 lines
598 B
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
|
|
|
|
|
|
|
|
|