diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-29 10:14:54 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-29 10:14:54 +0000 |
commit | f6dfb440b389a9e244434ea46e1f3c3ab10effda (patch) | |
tree | 304a66e0ca04347df4d62e1f896b31c15cf440d6 /openwrt/package | |
parent | 045896f4743bf3ff044960b106bdf0f39310000a (diff) |
remove references to libgcc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@756 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/kismet/kismet-client.control | 2 | ||||
-rw-r--r-- | openwrt/package/kismet/kismet-drone.control | 2 | ||||
-rw-r--r-- | openwrt/package/kismet/kismet-server.control | 2 | ||||
-rw-r--r-- | openwrt/package/nmap/nmap.control | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/openwrt/package/kismet/kismet-client.control b/openwrt/package/kismet/kismet-client.control index cc702019e..2e4c7fcd6 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++, libncurses, libgcc +Depends: uclibc++, libncurses Description: The kismet client Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. Kismet will work with any diff --git a/openwrt/package/kismet/kismet-drone.control b/openwrt/package/kismet/kismet-drone.control index 3b0c6e08f..53c9ea5d9 100644 --- a/openwrt/package/kismet/kismet-drone.control +++ b/openwrt/package/kismet/kismet-drone.control @@ -3,7 +3,7 @@ Priority: optional Section: net Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> Source: buildroot internal -Depends: uclibc++, libgcc, libpcap +Depends: uclibc++, libpcap Description: The kismet drone Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. Kismet will work with any diff --git a/openwrt/package/kismet/kismet-server.control b/openwrt/package/kismet/kismet-server.control index a7703803e..22b8e7467 100644 --- a/openwrt/package/kismet/kismet-server.control +++ b/openwrt/package/kismet/kismet-server.control @@ -3,7 +3,7 @@ Priority: optional Section: net Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> Source: buildroot internal -Depends: uclibc++, libgcc, libpcap +Depends: uclibc++, libpcap Description: The kismet server Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. Kismet will work with any diff --git a/openwrt/package/nmap/nmap.control b/openwrt/package/nmap/nmap.control index e675dafcb..45698bf22 100644 --- a/openwrt/package/nmap/nmap.control +++ b/openwrt/package/nmap/nmap.control @@ -3,5 +3,5 @@ Priority: optional Section: net Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> Source: buildroot internal -Depends: libpcap, libpcre, uclibc++, libgcc +Depends: libpcap, libpcre, uclibc++ Description: Nmap is a free open source utility for network exploration or security auditing. |