X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/62117906f225cc10689c4e85ebfcbaeb8cf6a57e..4bea293ef8db549501053f4d8594cb77fd0a6d2e:/openwrt/package/openvpn/Makefile?ds=sidebyside diff --git a/openwrt/package/openvpn/Makefile b/openwrt/package/openvpn/Makefile index e5e127584..5ae1a3120 100644 --- a/openwrt/package/openvpn/Makefile +++ b/openwrt/package/openvpn/Makefile @@ -38,6 +38,12 @@ endif ifneq ($(BR2_COMPILE_OPENVPN_WITH_HTTP),y) DISABLE_HTTP:=--disable-http endif +ifeq ($(BR2_COMPILE_OPENVPN_WITH_PASSWORD_SAVE),y) +ENABLE_PASSWORD_SAVE:=--enable-password-save +endif +ifeq ($(BR2_COMPILE_OPENVPN_WITH_SMALL),y) +ENABLE_SMALL:=--enable-small +endif $(PKG_BUILD_DIR)/.configured: (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \ @@ -76,6 +82,8 @@ $(PKG_BUILD_DIR)/.configured: $(DISABLE_OPENSSL) \ $(DISABLE_SERVER) \ $(DISABLE_HTTP) \ + $(ENABLE_PASSWORD_SAVE) \ + $(ENABLE_SMALL) \ ); touch $(PKG_BUILD_DIR)/.configured