diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-15 14:55:55 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-15 14:55:55 +0000 |
commit | f2f2e64ed4dc164b54b20fb1f4624abfe570280d (patch) | |
tree | 9084fda52dba987bbb5e38e8d449ea5d7b658db1 /package | |
parent | de42de23ebba73565db3845c1b8aa0ffe9e3d088 (diff) | |
download | upstream-f2f2e64ed4dc164b54b20fb1f4624abfe570280d.tar.gz upstream-f2f2e64ed4dc164b54b20fb1f4624abfe570280d.tar.bz2 upstream-f2f2e64ed4dc164b54b20fb1f4624abfe570280d.zip |
Use the openwrt.org mirror, others are offline
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13221 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/yamonenv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/yamonenv/Makefile b/package/yamonenv/Makefile index 9a323c28d8..f1f1bcfb40 100644 --- a/package/yamonenv/Makefile +++ b/package/yamonenv/Makefile @@ -13,7 +13,7 @@ PKG_VERSION:=20051022 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)_gruen.4g__$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://meshcube.org/nylon/stable/sources/ +PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ PKG_MD5SUM:=a3e4f24155aa3ba5aa502bc63fdaa6ad PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) |