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 | bb7ddf14da76c99415228703d34bd3fc1cbd5c76 (patch) | |
tree | 8e14aa747973831d409f3f17e25f6c1c1e82ad4c /openwrt/package/tcpdump | |
parent | 355ae40e7c3e797140ee0ac50c025be0c5fd0abe (diff) | |
download | mtk-20170518-bb7ddf14da76c99415228703d34bd3fc1cbd5c76.zip mtk-20170518-bb7ddf14da76c99415228703d34bd3fc1cbd5c76.tar.gz mtk-20170518-bb7ddf14da76c99415228703d34bd3fc1cbd5c76.tar.bz2 |
add tcpdump depend on libpcap
SVN-Revision: 505
Diffstat (limited to 'openwrt/package/tcpdump')
-rw-r--r-- | openwrt/package/tcpdump/tcpdump.control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/tcpdump/tcpdump.control b/openwrt/package/tcpdump/tcpdump.control index 1c24c55..8817389 100644 --- a/openwrt/package/tcpdump/tcpdump.control +++ b/openwrt/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 |