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 | 57980a5739da8a74ea17fae3f31b1ce895cb55a0 (patch) | |
tree | 92f61412c8c155047c59ec9e7ac730936741721d /package/kismet | |
parent | 81645afb456c23911c0aba3e0f3dee45c2a2a865 (diff) | |
download | upstream-57980a5739da8a74ea17fae3f31b1ce895cb55a0.tar.gz upstream-57980a5739da8a74ea17fae3f31b1ce895cb55a0.tar.bz2 upstream-57980a5739da8a74ea17fae3f31b1ce895cb55a0.zip |
fix kismet client dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@734 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kismet')
-rw-r--r-- | package/kismet/kismet-client.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kismet/kismet-client.control b/package/kismet/kismet-client.control index c010d8c4b6..cc702019e5 100644 --- a/package/kismet/kismet-client.control +++ b/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 |