diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-01 18:11:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-01 18:11:11 +0000 |
commit | 2f301692f12fe4de9a73e215279d0e7885f25eca (patch) | |
tree | e78182d4db535a944da5a3b73ced9fe68437a969 | |
parent | 7d5cbf8417fd25ba76b7ea1ec3ed97c0aee67851 (diff) | |
download | upstream-2f301692f12fe4de9a73e215279d0e7885f25eca.tar.gz upstream-2f301692f12fe4de9a73e215279d0e7885f25eca.tar.bz2 upstream-2f301692f12fe4de9a73e215279d0e7885f25eca.zip |
add tcpdump depend on libpcap
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@505 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/tcpdump/tcpdump.control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/tcpdump/tcpdump.control b/package/tcpdump/tcpdump.control index 1c24c55edb..8817389820 100644 --- a/package/tcpdump/tcpdump.control +++ b/package/tcpdump/tcpdump.control @@ -4,3 +4,4 @@ Section: net Maintainer: Felix Fietkau <nbd@vd-s.ath.cx> Source: buildroot internal Description: A tool for network monitoring and data acquisition. +Depends: libpcap |