[source] uclient: change SSL support error message

LEDE Commits lede-commits at lists.infradead.org
Mon Aug 8 03:20:20 PDT 2016


jow pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=27dffa0b0c53a1a817a9a37d1647c7e70672273f

commit 27dffa0b0c53a1a817a9a37d1647c7e70672273f
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Sat Jul 30 15:41:10 2016 +0200

    uclient: change SSL support error message
    
    Change the error message about missing SSL support to be more explicit by
    mentioning required package names.
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 package/libs/uclient/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libs/uclient/Makefile b/package/libs/uclient/Makefile
index e54fadb..3816754 100644
--- a/package/libs/uclient/Makefile
+++ b/package/libs/uclient/Makefile
@@ -1,13 +1,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=uclient
-PKG_VERSION:=2016-07-04
+PKG_VERSION:=2016-07-30
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(LEDE_GIT)/project/uclient.git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=4fdad31fd199ef97b078f6355463d64ce598e85e
+PKG_SOURCE_VERSION:=ccb314db2e99463de15eed9d7626360d82aec4d2
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 PKG_MIRROR_MD5SUM:=
 CMAKE_INSTALL:=1



More information about the lede-commits mailing list