projects
/
librecmc
/
librecmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bd8850
)
ustream-ssl: Make wolfssl variant the default
author
RISCi_ATOM
<bob@bobcall.me>
Sun, 17 Sep 2023 15:22:05 +0000
(11:22 -0400)
committer
RISCi_ATOM
<bob@bobcall.me>
Sun, 17 Sep 2023 15:22:05 +0000
(11:22 -0400)
package/libs/ustream-ssl/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/ustream-ssl/Makefile
b/package/libs/ustream-ssl/Makefile
index 505a418eadadc9429a77d35ed7ba1656e3fefb48..e4ba9cadf442a6ec49562ac4d06a0d5cc783e254 100644
(file)
--- a/
package/libs/ustream-ssl/Makefile
+++ b/
package/libs/ustream-ssl/Makefile
@@
-38,6
+38,7
@@
define Package/libustream-wolfssl
TITLE += (wolfssl)
DEPENDS += +PACKAGE_libustream-wolfssl:libwolfssl
VARIANT:=wolfssl
+ DEFAULT_VARIANT:=1
endef
define Package/libustream-mbedtls
@@
-45,7
+46,6
@@
define Package/libustream-mbedtls
TITLE += (mbedtls)
DEPENDS += +libmbedtls
VARIANT:=mbedtls
- DEFAULT_VARIANT:=1
endef
ifeq ($(BUILD_VARIANT),wolfssl)