diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-15 14:55:55 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-15 14:55:55 +0000 |
commit | 7fd26093c79f4941731a4db6aecf92f98fa7ee9c (patch) | |
tree | 9084fda52dba987bbb5e38e8d449ea5d7b658db1 /package | |
parent | efde9bfbde559812e4b040b437b611525dc015c6 (diff) |
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) |