diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-01-02 08:37:00 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-01-02 08:37:00 +0000 |
commit | 66cb7db1f9e7b8b2d450a9f6571438b943d061cf (patch) | |
tree | b83f130394aeefa69ed2dcd8c973f9e9aedb8b0e /target/linux/ixp4xx-2.6/image | |
parent | 73e0ae167d570ce0945f11ddb6d3313e9f2cf097 (diff) | |
download | upstream-66cb7db1f9e7b8b2d450a9f6571438b943d061cf.tar.gz upstream-66cb7db1f9e7b8b2d450a9f6571438b943d061cf.tar.bz2 upstream-66cb7db1f9e7b8b2d450a9f6571438b943d061cf.zip |
Add another download source, also mirror it to openwrt mirror (#1124)
SVN-Revision: 5964
Diffstat (limited to 'target/linux/ixp4xx-2.6/image')
-rw-r--r-- | target/linux/ixp4xx-2.6/image/apex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ixp4xx-2.6/image/apex/Makefile b/target/linux/ixp4xx-2.6/image/apex/Makefile index d01f3b124e..e950aa09b8 100644 --- a/target/linux/ixp4xx-2.6/image/apex/Makefile +++ b/target/linux/ixp4xx-2.6/image/apex/Makefile @@ -14,7 +14,8 @@ PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=ftp://metalab.unc.edu/pub/Linux/system/boot/apex/ +PKG_SOURCE_URL:=ftp://ftp.buici.com/pub/apex/ \ + ftp://metalab.unc.edu/pub/Linux/system/boot/apex/ PKG_MD5SUM:=ed2183311aacf5714afbd825f3671417 PKG_CAT:=zcat |