openwisp-config: polarssl has been removed 4707/head
authorPhilip Prindeville <philipp@redfish-solutions.com>
Sun, 13 Aug 2017 18:31:36 +0000 (12:31 -0600)
committerPhilip Prindeville <philipp@redfish-solutions.com>
Sun, 13 Aug 2017 18:32:54 +0000 (12:32 -0600)
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
admin/openwisp-config/Makefile

index ed539b02ea81005b917067fa0f1664f9cec2799b..c2237e321cf8ab4eef83b0f725f2c88175bb12a1 100644 (file)
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=openwisp-config
 PKG_VERSION:=0.4.5
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE_PROTO:=git
@@ -34,8 +34,6 @@ endef
 Package/openwisp-config-openssl=$(call Package/openwisp-config/default,openssl,OpenSSL,+ca-certificates +libopenssl)
 Package/openwisp-config-mbedtls=$(call Package/openwisp-config/default,mbedtls,mbedTLS,+ca-certificates +libmbedtls)
 Package/openwisp-config-cyassl=$(call Package/openwisp-config/default,cyassl,CyaSSL,+ca-certificates +libcyassl)
-# deprecated on recent versions of OpenWRT (>= Designated Driver) and LEDE (>= 17.01)
-Package/openwisp-config-polarssl=$(call Package/openwisp-config/default,polarssl,PolarSSL,+ca-certificates +libpolarssl)
 Package/openwisp-config-nossl=$(call Package/openwisp-config/default,nossl,No SSL)
 
 define Build/Compile
@@ -54,9 +52,6 @@ endif
 ifeq ($(BUILD_VARIANT),cyassl)
 CONFIG_OPENWISP_UCI:=ssl
 endif
-ifeq ($(BUILD_VARIANT),polarssl)
-CONFIG_OPENWISP_UCI:=ssl
-endif
 ifeq ($(BUILD_VARIANT),nossl)
 CONFIG_OPENWISP_UCI:=nossl
 endif
@@ -115,5 +110,4 @@ endef
 $(eval $(call BuildPackage,openwisp-config-openssl))
 $(eval $(call BuildPackage,openwisp-config-mbedtls))
 $(eval $(call BuildPackage,openwisp-config-cyassl))
-$(eval $(call BuildPackage,openwisp-config-polarssl))
 $(eval $(call BuildPackage,openwisp-config-nossl))