From d192e46882a5c5a774084ab5cb3cf91a2efd52ec Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 4 Sep 2006 20:38:19 +0000 Subject: [PATCH] Fix download site, closes #751, #752 SVN-Revision: 4749 --- openwrt/package/isakmpd/Makefile | 2 +- openwrt/package/keynote/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrt/package/isakmpd/Makefile b/openwrt/package/isakmpd/Makefile index d0ae6f6c97..5e268e52a0 100644 --- a/openwrt/package/isakmpd/Makefile +++ b/openwrt/package/isakmpd/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=@SF/isakmpd +PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ PKG_MD5SUM:=9f59b10d57cfed5e95743255f1c1620d PKG_CAT:=bzcat diff --git a/openwrt/package/keynote/Makefile b/openwrt/package/keynote/Makefile index 4df4e14ade..f5358ea36d 100644 --- a/openwrt/package/keynote/Makefile +++ b/openwrt/package/keynote/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=@SF/keynote +PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ PKG_MD5SUM:=b569066ac2ba1356c2112b118a7d74d0 PKG_CAT:=bzcat -- 2.25.1