From: Alexandru Ardelean Date: Fri, 25 Aug 2017 11:25:28 +0000 (+0300) Subject: libs/wolfssl: add libcysassl to PROVIDES field (for backwards compat) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=560b7334ec6337d1d73225727f998a9b706c9ff6;p=openwrt%2Fstaging%2Frmilecki.git libs/wolfssl: add libcysassl to PROVIDES field (for backwards compat) Until other packages from feeds decide to rename the dependency of `+libcyassl` to `+libwolfssl`, this allows for a bit of backwards compatibility with those packages. Signed-off-by: Alexandru Ardelean --- diff --git a/package/libs/cyassl/Makefile b/package/libs/cyassl/Makefile index 68646d9b002..44268f07d3a 100644 --- a/package/libs/cyassl/Makefile +++ b/package/libs/cyassl/Makefile @@ -30,6 +30,7 @@ define Package/libcyassl TITLE:=CyaSSL library URL:=http://www.wolfssl.com/ MENU:=1 + PROVIDES:=libcyassl endef define Package/libcyassl/description