From 05bb2c69dc1caf9b447a010f10b0a684e3e323fd Mon Sep 17 00:00:00 2001 From: hauke Date: Fri, 21 Feb 2014 22:33:52 +0000 Subject: [PATCH] wview: added missing dependency on libopenssl Signed-off-by: Michel Stempin git-svn-id: svn://svn.openwrt.org/openwrt/packages@39667 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/wview/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/wview/Makefile b/utils/wview/Makefile index f231fa7ed..d74e30a8e 100644 --- a/utils/wview/Makefile +++ b/utils/wview/Makefile @@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk define Package/wview SECTION:=utils CATEGORY:=Utilities - DEPENDS:=+libcurl +zlib +libpng +libgd +libreadline +libsqlite3 +libusb-1.0 +radlib +sqlite3-cli + DEPENDS:=+libcurl +zlib +libpng +libgd +libreadline +libsqlite3 +libusb-1.0 +radlib +sqlite3-cli +libopenssl TITLE:=Wview Weather Station Software URL:=http://www.wviewweather.com/ endef