diff options
| author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-27 16:26:45 +0000 | 
|---|---|---|
| committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-27 16:26:45 +0000 | 
| commit | 549cf585acfb11a3108c0d5d672bf60b8e271ddd (patch) | |
| tree | 92f61412c8c155047c59ec9e7ac730936741721d | |
| parent | cb5045362889f36e9995cfe88c8686bb6679d8d6 (diff) | |
fix kismet client dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@734 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -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 c010d8c4b..cc702019e 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 | 
