diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-22 13:51:06 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-22 13:51:06 +0000 |
commit | cf53935a904f91a05be3109d9d49c655e312ae09 (patch) | |
tree | ad6c39138403f4ae342d0cf2e7f18d6d9a209c78 /openwrt/package | |
parent | dde67969f8eac0f1246f312c7a69cc2ad2470ea7 (diff) |
Fix dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1020 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/kismet/Config.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/openwrt/package/kismet/Config.in b/openwrt/package/kismet/Config.in index 02e212abc9..36c00cfe2b 100644 --- a/openwrt/package/kismet/Config.in +++ b/openwrt/package/kismet/Config.in @@ -1,8 +1,6 @@ config BR2_PACKAGE_KISMET 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 help An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. @@ -16,14 +14,20 @@ config BR2_PACKAGE_KISMET_CLIENT tristate "kismet-client - the Kismet client" default m if CONFIG_DEVEL depends BR2_PACKAGE_KISMET + select BR2_PACKAGE_LIBNCURSES + select BR2_PACKAGE_UCLIBCXX config BR2_PACKAGE_KISMET_DRONE tristate "kismet-drone - the Kismet drone" default m if CONFIG_DEVEL depends BR2_PACKAGE_KISMET + select BR2_PACKAGE_LIBPCAP + select BR2_PACKAGE_UCLIBCXX config BR2_PACKAGE_KISMET_SERVER tristate "kismet-server - the Kismet server" default m if CONFIG_DEVEL depends BR2_PACKAGE_KISMET + select BR2_PACKAGE_LIBPCAP + select BR2_PACKAGE_UCLIBCXX |