From: Hannu Nyman Date: Fri, 30 Dec 2016 14:49:44 +0000 (+0200) Subject: ustream-ssl: remove extra DEFAULT_VARIANT from libustream-polarssl X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b7677f05d6a671c42da965df307b879e5615a36d;p=openwrt%2Fstaging%2Flynxis.git 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 --- 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