From: Nicolas Thill Date: Sun, 22 May 2005 13:51:06 +0000 (+0000) Subject: Fix dependencies X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=bd82d52f817aa353a09d1e11e0d13abc9a7ca310;p=15.05%2Fopenwrt.git Fix dependencies git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1020 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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