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 | e5ed97f69eae6ed1f341085a25883c7a84654473 (patch) | |
tree | 224e86fae859059f6420c2cb5dd53e92c5462e5f /target/linux/ixp4xx-2.6/image | |
parent | fa1458d44c4c389a98bb52b9d126cf0c72d92c97 (diff) | |
download | upstream-e5ed97f69eae6ed1f341085a25883c7a84654473.tar.gz upstream-e5ed97f69eae6ed1f341085a25883c7a84654473.tar.bz2 upstream-e5ed97f69eae6ed1f341085a25883c7a84654473.zip |
Add another download source, also mirror it to openwrt mirror (#1124)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5964 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |