X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/eb1447c86a1a0a5e8a7cbc4275ff42b50681bb8c..cf747600a967aab6e42721f745993d9b78558cd3:/openwrt/package/Makefile diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index c769dcb1a..bb378848f 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -41,6 +41,7 @@ package-$(BR2_PACKAGE_SER) += ser package-$(BR2_PACKAGE_SETSERIAL) += setserial package-$(BR2_PACKAGE_STRACE) += strace package-$(BR2_PACKAGE_TCPDUMP) += tcpdump +package-$(BR2_PACKAGE_WIRELESS_TOOLS) += wireless-tools package-$(BR2_PACKAGE_WOL) += wol package-$(BR2_PACKAGE_ZLIB) += zlib package-$(BR2_PACKAGE_DHCPFWD) += dhcp-forwarder @@ -53,6 +54,10 @@ clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m)) linux-clean compile: $(patsubst %,%-compile,$(package-y) $(package-m)) install: $(patsubst %,%-install,$(package-y)) +ifeq ($(BR2_PACKAGE_OPENVPN_LZO),y) +openvpn-compile: lzo-compile +endif + nocatsplash-compile: glib-compile arpwatch-compile: libpcap-compile tcpdump-compile: libpcap-compile