diff options
author | Claudio Mignanti <c.mignanti@gmail.com> | 2009-07-05 09:54:21 +0000 |
---|---|---|
committer | Claudio Mignanti <c.mignanti@gmail.com> | 2009-07-05 09:54:21 +0000 |
commit | 802f418738100cbf3c182e7fe721a9e0e7a2bf3f (patch) | |
tree | 4f8371581ca7a6b820947af70a280e50d1dfa591 | |
parent | f93175ec502cf99a8ee6190607aa0662a406f0a0 (diff) | |
download | upstream-802f418738100cbf3c182e7fe721a9e0e7a2bf3f.tar.gz upstream-802f418738100cbf3c182e7fe721a9e0e7a2bf3f.tar.bz2 upstream-802f418738100cbf3c182e7fe721a9e0e7a2bf3f.zip |
Add mirror for utility e100boot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16682 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/etrax/image/e100boot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/etrax/image/e100boot/Makefile b/target/linux/etrax/image/e100boot/Makefile index c5ae676358..4a30caf72f 100644 --- a/target/linux/etrax/image/e100boot/Makefile +++ b/target/linux/etrax/image/e100boot/Makefile @@ -13,8 +13,9 @@ PKG_VERSION:=0.1 PKG_RELEASE:=1 PKG_SOURCE:=e100boot.tar.bz2 -PKG_SOURCE_URL:=http://www.acmesystems.it/download/owrt -PKG_MD5SUM:= +PKG_SOURCE_URL:=http://www.acmesystems.it/download/owrt \ +http://download.tuxfamily.org/crisos/repository/source/ +PKG_MD5SUM:=11fd53e7824dc550e4cffbc4cd114c3e PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME) |