aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/ustream-ssl
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-16 09:14:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-16 09:14:03 +0000
commitb075688953d880ecd83c7a799af6a475b539b460 (patch)
treecb0fc39a3a18e024cc67490f108e653f1a6e4734 /package/libs/ustream-ssl
parentb0b0c319f96fbcd3af51ad399038363753008cf1 (diff)
downloadupstream-b075688953d880ecd83c7a799af6a475b539b460.tar.gz
upstream-b075688953d880ecd83c7a799af6a475b539b460.tar.bz2
upstream-b075688953d880ecd83c7a799af6a475b539b460.zip
ustream-ssl: fix copy&paste mistake in mbedtls variant title
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48258
Diffstat (limited to 'package/libs/ustream-ssl')
-rw-r--r--package/libs/ustream-ssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile
index 509709cd71..57f5dc6b00 100644
--- 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