diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-05-22 13:51:06 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-05-22 13:51:06 +0000 |
| commit | 1e4bf3d035c843d027c1151aafd06105d9c17d06 (patch) | |
| tree | ad6c39138403f4ae342d0cf2e7f18d6d9a209c78 /openwrt | |
| parent | 765f92bbb50ec717271848b280ba353b0e1b3ea7 (diff) | |
| download | mtk-20170518-1e4bf3d035c843d027c1151aafd06105d9c17d06.zip mtk-20170518-1e4bf3d035c843d027c1151aafd06105d9c17d06.tar.gz mtk-20170518-1e4bf3d035c843d027c1151aafd06105d9c17d06.tar.bz2 | |
Fix dependencies
SVN-Revision: 1020
Diffstat (limited to 'openwrt')
| -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 02e212a..36c00cf 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 |
