diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-10-28 22:00:30 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-10-28 22:00:30 +0000 |
commit | f6d79ced81e5fff18e83d28c59da8ba079c2ba54 (patch) | |
tree | c14e2d0303f09126a571d659162970a9b7799802 /tools/genext2fs | |
parent | 587248f2b847226159b1d32a3f79e117fcfa2169 (diff) |
Use the only working sourceforge.net mirror for gentext2fs, the others are ever not synchronised or timing out
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13066 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/genext2fs')
-rw-r--r-- | tools/genext2fs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genext2fs/Makefile b/tools/genext2fs/Makefile index 69700ed54..eef75ddec 100644 --- a/tools/genext2fs/Makefile +++ b/tools/genext2fs/Makefile @@ -12,7 +12,7 @@ PKG_NAME:=genext2fs PKG_VERSION:=1.4rc1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=@SF/$(PKG_NAME) +PKG_SOURCE_URL:=http://superb-west.dl.sourceforge.net/sourceforge/ PKG_MD5SUM:=664431bf6737df1c265500e1f0b5d40c PKG_CAT:=zcat |