From: Jo-Philipp Wich Date: Sat, 30 May 2009 02:20:36 +0000 (+0000) Subject: contrib/package: fix cyassl download location (#69) X-Git-Tag: 0.9.0~276 X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=e96429a425d9eb2a2021e77cda0a93a54c064fee;p=project%2Fluci.git contrib/package: fix cyassl download location (#69) --- diff --git a/contrib/package/cyassl/Makefile b/contrib/package/cyassl/Makefile index 416e93366..ab78909c0 100644 --- a/contrib/package/cyassl/Makefile +++ b/contrib/package/cyassl/Makefile @@ -12,7 +12,7 @@ PKG_NAME:=$(PKG_BASENAME)-luci PKG_VERSION:=1.0.3 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip +PKG_SOURCE:=$(PKG_BASENAME)-$(PKG_VERSION).zip PKG_SOURCE_URL:=http://www.yassl.com/ PKG_MD5SUM:=e9e85a2d78cd535a049e4acce786e42d PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_BASENAME)-$(PKG_VERSION)