Config.in 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. comment "Kismet has no inherent support for AVR32"
  2. depends on BR2_avr32 && BR2_PACKAGE_KISMET
  3. comment "Kismet requires a toolchain with C++ support enabled"
  4. depends on !BR2_INSTALL_LIBSTDCPP
  5. config BR2_PACKAGE_KISMET
  6. bool "kismet"
  7. depends on BR2_INSTALL_LIBSTDCPP
  8. select BR2_PACKAGE_NCURSES
  9. select BR2_PACKAGE_NCURSES_TARGET_PANEL
  10. select BR2_PACKAGE_LIBPCAP
  11. help
  12. Kismet - 802.11 layer2 wireless network detector, sniffer,
  13. and intrusion detection system.
  14. Kismet will work with any wireless card which supports raw
  15. monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and
  16. 802.11g traffic.
  17. Kismet identifies networks by passively collecting packets
  18. and detecting standard named networks, detecting (and given
  19. time, decloaking) hidden networks, and infering the presence
  20. of nonbeaconing networks via data traffic.
  21. http://www.kismetwireless.net
  22. config BR2_PACKAGE_KISMET_CLIENT
  23. bool "Install client"
  24. depends on BR2_PACKAGE_KISMET
  25. config BR2_PACKAGE_KISMET_DRONE
  26. bool "Install drone"
  27. depends on BR2_PACKAGE_KISMET
  28. config BR2_PACKAGE_KISMET_SERVER
  29. bool "Install server"
  30. default y
  31. depends on BR2_PACKAGE_KISMET