aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/openvpn/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-11 12:07:17 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-03-11 12:07:17 +0000
commit75ac488f4d89a547984b7baff50a41576e8ccb0f (patch)
treec23b455ceb1e9a9ba516d3d894b7db27d6ada383 /package/network/services/openvpn/Makefile
parent83f9fc12d6636819f12efeeace894d742d0eeea8 (diff)
downloadupstream-75ac488f4d89a547984b7baff50a41576e8ccb0f.tar.gz
upstream-75ac488f4d89a547984b7baff50a41576e8ccb0f.tar.bz2
upstream-75ac488f4d89a547984b7baff50a41576e8ccb0f.zip
openvpn: make size optimization configurable
Signed-off-by: Christoph Kottke <christoph.kottke@gmx.de> SVN-Revision: 39872
Diffstat (limited to 'package/network/services/openvpn/Makefile')
-rw-r--r--package/network/services/openvpn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/openvpn/Makefile b/package/network/services/openvpn/Makefile
index f6c4381b09..a05248c132 100644
--- a/package/network/services/openvpn/Makefile
+++ b/package/network/services/openvpn/Makefile
@@ -66,7 +66,7 @@ CONFIGURE_VARS += \
define Build/Configure
$(call Build/Configure/Default, \
- --enable-small \
+ $(if $(CONFIG_OPENVPN_$(BUILD_VARIANT)_ENABLE_SMALL),--enable-small) \
--disable-selinux \
--disable-systemd \
--disable-plugins \