diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-04 08:37:19 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-04 08:37:19 +0000 |
commit | 93a1cc78a58b1d0c95b81343e5e72910201352dd (patch) | |
tree | 2005252ef3db9de34d1b0b10656fae07bf82d55e /package/kismet/ipkg | |
parent | 25bfff5314a2f5ec3a5d216d6a26f4d01758328d (diff) |
patch for spec file of gcc 3.4.4, so that libgss library is not
automatically linked into every binary. explicitely link it into needed
packages (kismet, nmap, samba) and add dependencies.
idea and patch from sven-ola, thx. Saves 16 kb in the default squashfs
images.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2817 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kismet/ipkg')
-rw-r--r-- | package/kismet/ipkg/kismet.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kismet/ipkg/kismet.control b/package/kismet/ipkg/kismet.control index ef77d815f5..193328563c 100644 --- a/package/kismet/ipkg/kismet.control +++ b/package/kismet/ipkg/kismet.control @@ -1,7 +1,7 @@ Package: kismet Priority: optional Section: net -Depends: kismet-client, kismet-server +Depends: libgcc, kismet-client, kismet-server Description: kismet Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. Kismet will work with any |