summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-29 10:14:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-29 10:14:54 +0000
commit1bc847dc154a518443ee92198eaabd86a88c6f56 (patch)
tree304a66e0ca04347df4d62e1f896b31c15cf440d6
parent25e88c972540f7858e12bc09fcd79978ba9fb01b (diff)
downloadmtk-20170518-1bc847dc154a518443ee92198eaabd86a88c6f56.zip
mtk-20170518-1bc847dc154a518443ee92198eaabd86a88c6f56.tar.gz
mtk-20170518-1bc847dc154a518443ee92198eaabd86a88c6f56.tar.bz2
remove references to libgcc
SVN-Revision: 756
-rw-r--r--openwrt/package/kismet/kismet-client.control2
-rw-r--r--openwrt/package/kismet/kismet-drone.control2
-rw-r--r--openwrt/package/kismet/kismet-server.control2
-rw-r--r--openwrt/package/nmap/nmap.control2
4 files changed, 4 insertions, 4 deletions
diff --git a/openwrt/package/kismet/kismet-client.control b/openwrt/package/kismet/kismet-client.control
index cc70201..2e4c7fc 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 3b0c6e0..53c9ea5 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 a770380..22b8e74 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 e675daf..45698bf 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.