projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0b0c31
)
ustream-ssl: fix copy&paste mistake in mbedtls variant title
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 16 Jan 2016 09:14:03 +0000
(09:14 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 16 Jan 2016 09:14:03 +0000
(09:14 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48258
package/libs/ustream-ssl/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/ustream-ssl/Makefile
b/package/libs/ustream-ssl/Makefile
index 509709cd71f5fe506e05e05f4af7d9ab6b4269cb..57f5dc6b004f55afb12017e2eabc168b9be515ba 100644
(file)
--- a/
package/libs/ustream-ssl/Makefile
+++ b/
package/libs/ustream-ssl/Makefile
@@
-53,7
+53,7
@@
endef
define Package/libustream-mbedtls
$(Package/libustream/default)
- TITLE += (
polarssl
)
+ TITLE += (
mbedtls
)
DEPENDS += +libmbedtls
VARIANT:=mbedtls
DEFAULT_VARIANT:=1