diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-10-28 22:00:30 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-10-28 22:00:30 +0000 |
commit | 388485cf0f32c232f530f7fcb2b900e37c051ce0 (patch) | |
tree | 46d38c9f4f41a459d94b39cee98c6bc49b17edb3 /tools | |
parent | 71b43456c76e909224d92ce3bffc0b4455012146 (diff) | |
download | upstream-388485cf0f32c232f530f7fcb2b900e37c051ce0.tar.gz upstream-388485cf0f32c232f530f7fcb2b900e37c051ce0.tar.bz2 upstream-388485cf0f32c232f530f7fcb2b900e37c051ce0.zip |
Use the only working sourceforge.net mirror for gentext2fs, the others are ever not synchronised or timing out
SVN-Revision: 13066
Diffstat (limited to 'tools')
-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 69700ed54b..eef75ddec7 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 |