mirror of https://github.com/hak5/openwrt-owl.git
parent
3ea26ef5c0
commit
4e08bed042
|
@ -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