diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-16 09:14:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-16 09:14:03 +0000 |
commit | b075688953d880ecd83c7a799af6a475b539b460 (patch) | |
tree | cb0fc39a3a18e024cc67490f108e653f1a6e4734 /package | |
parent | b0b0c319f96fbcd3af51ad399038363753008cf1 (diff) | |
download | upstream-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')
-rw-r--r-- | package/libs/ustream-ssl/Makefile | 2 |
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 |