summaryrefslogtreecommitdiff
path: root/openwrt/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-03-07 16:48:26 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-03-07 16:48:26 +0000
commit4e08bed0423c275bdeba445d44522212b1e00dbd (patch)
tree50c4c5cce1ed9de1bdf406d1cd7d65f467079812 /openwrt/package
parent3ea26ef5c076e1f04fcbf4f939bedb1f98754105 (diff)
downloadmtk-20170518-4e08bed0423c275bdeba445d44522212b1e00dbd.zip
mtk-20170518-4e08bed0423c275bdeba445d44522212b1e00dbd.tar.gz
mtk-20170518-4e08bed0423c275bdeba445d44522212b1e00dbd.tar.bz2
add tcpdump build depend on libpcap
SVN-Revision: 342
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/Makefile1
-rw-r--r--openwrt/package/tcpdump/Config.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile
index ad05ebc..cea0a78 100644
--- a/openwrt/package/Makefile
+++ b/openwrt/package/Makefile
@@ -28,6 +28,7 @@ clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m)) linux-clean
compile: $(patsubst %,%-compile,$(package-y) $(package-m))
install: $(patsubst %,%-install,$(package-y))
+tcpdump-compile: libpcap-compile
dropbear-compile: zlib-compile
openssl-compile: zlib-compile
openvpn-compile: openssl-compile
diff --git a/openwrt/package/tcpdump/Config.in b/openwrt/package/tcpdump/Config.in
index 37956d6..798101a 100644
--- a/openwrt/package/tcpdump/Config.in
+++ b/openwrt/package/tcpdump/Config.in
@@ -1,4 +1,5 @@
config BR2_PACKAGE_TCPDUMP
+ select BR2_PACKAGE_LIBPCAP
tristate "tcpdump"
default m
help