X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1f96d69f566aa785c0f0fb4fb25e6198a96bb4c3..d202a2c92560dd5e768830d00fc5e225a13df998:/openwrt/package/openvpn/Makefile diff --git a/openwrt/package/openvpn/Makefile b/openwrt/package/openvpn/Makefile index d7ae22eec..037cb0d73 100644 --- a/openwrt/package/openvpn/Makefile +++ b/openwrt/package/openvpn/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openvpn -PKG_VERSION:=2.0.2 +PKG_VERSION:=2.0.5 PKG_RELEASE:=1 -PKG_MD5SUM:=862f8788f080f669b1ae00a74ef68001 +PKG_MD5SUM:=4bd7a42991c93db23842a0992debe53b PKG_SOURCE_URL:=http://openvpn.net/release @SF/openvpn PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -19,16 +19,16 @@ include $(TOPDIR)/package/rules.mk $(eval $(call PKG_template,OPENVPN,openvpn,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) PKG_DEPEND:="libopenssl, kmod-tun" -ifneq ($(BR2_PACKAGE_OPENVPN_LZO),y) +ifneq ($(BR2_COMPILE_OPENVPN_WITH_LZO),y) DISABLE_LZO:=--disable-lzo else PKG_DEPEND+=", liblzo" endif -ifneq ($(BR2_PACKAGE_OPENVPN_SERVER),y) +ifneq ($(BR2_COMPILE_OPENVPN_WITH_SERVER),y) DISABLE_SERVER:=--disable-server endif -ifneq ($(BR2_PACKAGE_OPENVPN_HTTP),y) +ifneq ($(BR2_COMPILE_OPENVPN_WITH_HTTP),y) DISABLE_HTTP:=--disable-http endif