From: nbd Date: Sat, 16 Jan 2016 09:14:03 +0000 (+0000) Subject: ustream-ssl: fix copy&paste mistake in mbedtls variant title X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=7a49b3f8d22a9f39a8b26c4a90a415a3f42fe9ff;p=openwrt.git ustream-ssl: fix copy&paste mistake in mbedtls variant title Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48258 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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