aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit0372a1551428c81cb21e1be08ffe28ecc5d646c4 (patch)
treee38fb6f32bc3f3215c757abb91efd8e2a28bc857 /package
parent89a4964c173a21662c27cc17f1c7dde491f52486 (diff)
downloadmaster-187ad058-0372a1551428c81cb21e1be08ffe28ecc5d646c4.tar.gz
master-187ad058-0372a1551428c81cb21e1be08ffe28ecc5d646c4.tar.bz2
master-187ad058-0372a1551428c81cb21e1be08ffe28ecc5d646c4.zip
add tcpdump build depend on libpcap
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@342 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/Makefile1
-rw-r--r--package/tcpdump/Config.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile
index ad05ebcc92..cea0a78d83 100644
--- a/package/Makefile
+++ b/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/package/tcpdump/Config.in b/package/tcpdump/Config.in
index 37956d64c9..798101af67 100644
--- a/package/tcpdump/Config.in
+++ b/package/tcpdump/Config.in
@@ -1,4 +1,5 @@
config BR2_PACKAGE_TCPDUMP
+ select BR2_PACKAGE_LIBPCAP
tristate "tcpdump"
default m
help