summaryrefslogtreecommitdiff
path: root/package/tcpdump
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-29 22:25:14 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-29 22:25:14 +0100
commit8d7b67dcc1e0f49d11bb98614dc1aad30ddfb4a1 (patch)
tree06f907b074ad1c5181b9ee2904d849235ef2704b /package/tcpdump
parent48ed66e5cb97df911aaf2d45200b5f1113e8261d (diff)
make vlan configuration work with ifup/ifdown
Diffstat (limited to 'package/tcpdump')
-rw-r--r--package/tcpdump/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tcpdump/Makefile b/package/tcpdump/Makefile
index 7e92a9fa4..c704097e1 100644
--- a/package/tcpdump/Makefile
+++ b/package/tcpdump/Makefile
@@ -6,11 +6,11 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= tcpdump
PKG_VERSION:= 4.0.0
PKG_RELEASE:= 1
-PKG_BUILDDEP+= libpcap
PKG_MD5SUM:= b22ca72890df2301d922c9f2d17867f9
PKG_DESCR:= A tool for network monitoring and data acquisition.
PKG_SECTION:= net
PKG_DEPENDS:= libpcap
+PKG_BUILDDEP+= libpcap
PKG_URL:= http://www.tcpdump.org
PKG_SITES:= http://www.tcpdump.org/release/ \
http://www.sfr-fresh.com/unix/misc/ \