Fix dependencies
authorNicolas Thill <nico@openwrt.org>
Sun, 22 May 2005 13:51:06 +0000 (13:51 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 22 May 2005 13:51:06 +0000 (13:51 +0000)
SVN-Revision: 1020

openwrt/package/kismet/Config.in

index 02e212abc94410757c3696179c086d4118555b91..36c00cfe2bb12e7e09ea72d379077fc5a1bb5a21 100644 (file)
@@ -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