[source] ustream-ssl: remove extra DEFAULT_VARIANT from libustream-polarssl
LEDE Commits
lede-commits at lists.infradead.org
Fri Dec 30 08:39:26 PST 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/b7677f05d6a671c42da965df307b879e5615a36d
commit b7677f05d6a671c42da965df307b879e5615a36d
Author: Hannu Nyman <hannu.nyman at iki.fi>
AuthorDate: Fri Dec 30 16:49:44 2016 +0200
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 at iki.fi>
---
package/libs/ustream-ssl/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile
index e76fd3b..df52123 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
More information about the lede-commits
mailing list