diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-17 19:52:06 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-17 19:52:06 +0000 |
commit | 539bd055bd206722de391dad9ebbebd4ce92386e (patch) | |
tree | 2b28fb9a8b0dceeff8339afa03946e93c4a65cdf /tools/lzma | |
parent | 1578f6f20bc0ce9208e8df063e60c3b2e0effe81 (diff) | |
download | upstream-539bd055bd206722de391dad9ebbebd4ce92386e.tar.gz upstream-539bd055bd206722de391dad9ebbebd4ce92386e.tar.bz2 upstream-539bd055bd206722de391dad9ebbebd4ce92386e.zip |
Directly use the kent sourceforge mirrors, previous are in timeout
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13269 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/lzma')
-rw-r--r-- | tools/lzma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lzma/Makefile b/tools/lzma/Makefile index fb5929ce31..79d8d0c9bd 100644 --- a/tools/lzma/Makefile +++ b/tools/lzma/Makefile @@ -10,7 +10,7 @@ PKG_NAME:=lzma PKG_VERSION:=432 PKG_SOURCE:=$(PKG_NAME)$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=@SF/sevenzip +PKG_SOURCE_URL:=http://kent.dl.sourceforge.net/sourceforge/sevenzip/ PKG_MD5SUM:=155c1ebce5bc6710ae7ecc926226d9d7 PKG_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION)/lzma |