From: Felix Fietkau Date: Sat, 16 Jan 2016 09:14:03 +0000 (+0000) Subject: ustream-ssl: fix copy&paste mistake in mbedtls variant title X-Git-Tag: reboot~869 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b075688953d880ecd83c7a799af6a475b539b460;p=oweals%2Fopenwrt.git ustream-ssl: fix copy&paste mistake in mbedtls variant title Signed-off-by: Felix Fietkau SVN-Revision: 48258 --- 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