diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-03 21:36:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-03 21:36:01 +0000 |
commit | bbe73f6b48e9ea3b85d6d529fbffbb0a3f087ac7 (patch) | |
tree | 5dba2ed7ec692830aebceb8f7aa6f65cfc107067 /openwrt/package/Makefile | |
parent | adb9bba64a2c939d2b1c5b0e2ab254b13229bb66 (diff) | |
download | mtk-20170518-bbe73f6b48e9ea3b85d6d529fbffbb0a3f087ac7.zip mtk-20170518-bbe73f6b48e9ea3b85d6d529fbffbb0a3f087ac7.tar.gz mtk-20170518-bbe73f6b48e9ea3b85d6d529fbffbb0a3f087ac7.tar.bz2 |
make lzo and server support in openvpn optional
SVN-Revision: 551
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 9804ded..bb37884 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -54,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 |