diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-27 16:26:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-27 16:26:45 +0000 |
commit | 2101b179704493d6f94b89babe16a34364a192f6 (patch) | |
tree | debbcce965ebf96ddfc90b23f828196e0abfd7a7 | |
parent | d4d1bd01d7ca519a6971647fb9a664c847df0afa (diff) | |
download | mtk-20170518-2101b179704493d6f94b89babe16a34364a192f6.zip mtk-20170518-2101b179704493d6f94b89babe16a34364a192f6.tar.gz mtk-20170518-2101b179704493d6f94b89babe16a34364a192f6.tar.bz2 |
fix kismet client dependency
SVN-Revision: 734
-rw-r--r-- | openwrt/package/kismet/kismet-client.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/kismet/kismet-client.control b/openwrt/package/kismet/kismet-client.control index c010d8c..cc70201 100644 --- a/openwrt/package/kismet/kismet-client.control +++ b/openwrt/package/kismet/kismet-client.control @@ -3,7 +3,7 @@ Priority: optional Section: net Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> Source: buildroot internal -Depends: uclibc++, ncurses, libgcc +Depends: uclibc++, libncurses, libgcc Description: The kismet client Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. Kismet will work with any |