From: nbd Date: Mon, 7 Mar 2005 16:48:26 +0000 (+0000) Subject: add tcpdump build depend on libpcap X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/4108b66fe4cc659ad1bff6fa092ab60ab4d44f68 add tcpdump build depend on libpcap git-svn-id: svn://svn.openwrt.org/openwrt/trunk@342 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index ad05ebcc9..cea0a78d8 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 37956d64c..798101af6 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