summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-05-30 02:20:36 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-05-30 02:20:36 +0000
commite96429a425d9eb2a2021e77cda0a93a54c064fee (patch)
tree524609a55013ef9682b138ce37d0446b02a9c475 /contrib
parent2de56737c7f8975c90a2d84552f10f1014e1ff9f (diff)
contrib/package: fix cyassl download location (#69)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/package/cyassl/Makefile2
1 files changed, 1 insertions, 1 deletions
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)