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>
lede-17.01
Hannu Nyman 2016-12-30 16:49:44 +02:00 committed by Felix Fietkau
parent 39d3a4117b
commit b7677f05d6
1 changed files with 1 additions and 2 deletions

View File

@ -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