diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-07-30 15:41:10 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-08-08 12:20:15 +0200 |
commit | 27dffa0b0c53a1a817a9a37d1647c7e70672273f (patch) | |
tree | 1fbf89c3f8ee98e5a13c01edf891b2d2ad8b9764 /package | |
parent | bebcb81da5dacb82f6876ae777bc13f5465d0eaa (diff) | |
download | upstream-27dffa0b0c53a1a817a9a37d1647c7e70672273f.tar.gz upstream-27dffa0b0c53a1a817a9a37d1647c7e70672273f.tar.bz2 upstream-27dffa0b0c53a1a817a9a37d1647c7e70672273f.zip |
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@mein.io>
Diffstat (limited to 'package')
-rw-r--r-- | package/libs/uclient/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/uclient/Makefile b/package/libs/uclient/Makefile index e54fadb482..3816754e12 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 |