diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-15 13:36:31 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-15 13:36:31 +0000 |
commit | a3839ccb5442bf7f2dbbb47f80488bf640212be5 (patch) | |
tree | 5a8686e771e9bc75fba3c38b76e94a3bda3dcb96 /package/kismet/Config.in | |
parent | c3873e243620133821063e45934665e6fe24007d (diff) | |
download | upstream-a3839ccb5442bf7f2dbbb47f80488bf640212be5.tar.gz upstream-a3839ccb5442bf7f2dbbb47f80488bf640212be5.tar.bz2 upstream-a3839ccb5442bf7f2dbbb47f80488bf640212be5.zip |
Convert kismet to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@910 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kismet/Config.in')
-rw-r--r-- | package/kismet/Config.in | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/package/kismet/Config.in b/package/kismet/Config.in index ca8fe0a16c..02e212abc9 100644 --- a/package/kismet/Config.in +++ b/package/kismet/Config.in @@ -1,30 +1,29 @@ config BR2_PACKAGE_KISMET - tristate - depends BR2_PACKAGE_SERVER || BR2_PACKAGE_CLIENT || BR2_PACKAGE_DRONE + bool "kismet - an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system" + default y if CONFIG_DEVEL 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 + 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" - select BR2_PACKAGE_KISMET + tristate "kismet-client - the Kismet client" default m if CONFIG_DEVEL - help - The Kismet client + depends BR2_PACKAGE_KISMET config BR2_PACKAGE_KISMET_DRONE - tristate "Kismet drone" - select BR2_PACKAGE_KISMET + tristate "kismet-drone - the Kismet drone" default m if CONFIG_DEVEL - help - The Kismet drone - + depends BR2_PACKAGE_KISMET +config BR2_PACKAGE_KISMET_SERVER + tristate "kismet-server - the Kismet server" + default m if CONFIG_DEVEL + depends BR2_PACKAGE_KISMET |