without this change, all 3 ssl libraries are always built, even if no ssl support was selected in menuconfig
reduce this to cyassl as it is the default variant Signed-off-by: Thomas Langer <thomas.lan...@lantiq.com> --- V2: don't change/remove build dependency of uhttpd applies for trunk and 14.07 (BB) diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile --- a/package/libs/ustream-ssl/Makefile +++ b/package/libs/ustream-ssl/Makefile @@ -32,7 +32,7 @@ endef define Package/libustream-openssl $(Package/libustream/default) TITLE += (openssl) - DEPENDS += +libopenssl + DEPENDS += +PACKAGE_libustream-openssl:libopenssl VARIANT:=openssl endef @@ -46,7 +46,7 @@ endef define Package/libustream-polarssl $(Package/libustream/default) TITLE += (polarssl) - DEPENDS += +libpolarssl + DEPENDS += +PACKAGE_libustream-polarssl:libpolarssl VARIANT:=polarssl endef _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel