X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Fnetwork%2Fservices%2Fopenvpn%2FMakefile;h=a05248c132f819bbb35429b5c94498eff4d3d32b;hp=f6c4381b09854b233ebdde6c9f83dc12d14e1777;hb=de62290b98679e6cbd3292fe3564d79169e1ebe8;hpb=3ab10f7882bee5a6968aaa7a686f9fa179da52a4 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 \