mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 18:31:53 +02:00
add tcpdump build depend on libpcap
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@342 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
00f72f87e7
commit
4108b66fe4
@ -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
|
||||
|
@ -1,4 +1,5 @@
|
||||
config BR2_PACKAGE_TCPDUMP
|
||||
select BR2_PACKAGE_LIBPCAP
|
||||
tristate "tcpdump"
|
||||
default m
|
||||
help
|
||||
|
Loading…
Reference in New Issue
Block a user