aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/ustream-ssl
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2016-12-30 16:49:44 +0200
committerFelix Fietkau <nbd@nbd.name>2016-12-30 17:38:39 +0100
commitb7677f05d6a671c42da965df307b879e5615a36d (patch)
tree700326a629958e0dbbc67c37428faa378b1b93db /package/libs/ustream-ssl
parent39d3a4117bde5565cc6c14b0e0f548e6679c8c2b (diff)
downloadupstream-b7677f05d6a671c42da965df307b879e5615a36d.tar.gz
upstream-b7677f05d6a671c42da965df307b879e5615a36d.tar.bz2
upstream-b7677f05d6a671c42da965df307b879e5615a36d.zip
ustream-ssl: remove extra DEFAULT_VARIANT from libustream-polarssl
Currently both libustream-polarssl and libustream-mbedtls variants define themselves as the DEFAULT_VARIANT Remove extra DEFAULT_VARIANT from libustream-polarssl. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'package/libs/ustream-ssl')
-rw-r--r--package/libs/ustream-ssl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile
index e76fd3b81c..df5212372c 100644
--- a/package/libs/ustream-ssl/Makefile
+++ b/package/libs/ustream-ssl/Makefile
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ustream-ssl
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(LEDE_GIT)/project/ustream-ssl.git
@@ -47,7 +47,6 @@ define Package/libustream-polarssl
TITLE += (polarssl)
DEPENDS += +libpolarssl
VARIANT:=polarssl
- DEFAULT_VARIANT:=1
endef
define Package/libustream-mbedtls