source: freewrt/package/kismet/Config.in@ 6fc4520e

freewrt_1_0 freewrt_2_0
Last change on this file since 6fc4520e was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.7 KB
Line 
1#menu "kismet............................ An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system"
2
3config FWRT_COMPILE_KISMET
4 tristate
5 default n
6 depends FWRT_PACKAGE_KISMET_CLIENT || FWRT_PACKAGE_KISMET_DRONE || FWRT_PACKAGE_KISMET_SERVER
7
8config FWRT_PACKAGE_KISMET_CLIENT
9 prompt "kismet-client..................... The Kismet client"
10 tristate
11 default m if CONFIG_DEVEL
12 select FWRT_COMPILE_KISMET
13 select FWRT_PACKAGE_LIBNCURSES
14 select FWRT_PACKAGE_UCLIBCXX
15 help
16
17 An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system.
18
19 http://www.kismetwireless.net/
20
21 This package contains the kismet text interface client.
22
23 Depends:
24 - libncurses
25 - libpcap
26 - uClibc++
27
28config FWRT_PACKAGE_KISMET_DRONE
29 prompt "kismet-drone...................... The Kismet drone"
30 tristate
31 default m if CONFIG_DEVEL
32 select FWRT_COMPILE_KISMET
33 select FWRT_PACKAGE_LIBPCAP
34 select FWRT_PACKAGE_UCLIBCXX
35 help
36
37 An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system.
38
39 http://www.kismetwireless.net/
40
41 This package contains the kismet remote sniffing.and monitoring drone.
42
43 Depends:
44 - libpcap
45 - uClibc++
46
47config FWRT_PACKAGE_KISMET_SERVER
48 prompt "kismet-server..................... The Kismet server"
49 tristate
50 default m if CONFIG_DEVEL
51 select FWRT_COMPILE_KISMET
52 select FWRT_PACKAGE_LIBPCAP
53 select FWRT_PACKAGE_UCLIBCXX
54 help
55
56 An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system.
57
58 http://www.kismetwireless.net/
59
60 This package contains the kismet server.
61
62 Depends:
63 - libpcap
64 - uClibc++
65
66#endmenu
Note: See TracBrowser for help on using the repository browser.