diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-10-21 12:17:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-10-21 12:17:49 +0000 |
commit | d1854ecf3b7270d7c04be21454ff4dfc1fbcecbc (patch) | |
tree | 864834659b1eb4523c63f5f0060d3b43814ce516 /package/rt2500 | |
parent | 4b246fcf1a9a83299bca60f1f6bf6e0cc86a731e (diff) | |
download | upstream-d1854ecf3b7270d7c04be21454ff4dfc1fbcecbc.tar.gz upstream-d1854ecf3b7270d7c04be21454ff4dfc1fbcecbc.tar.bz2 upstream-d1854ecf3b7270d7c04be21454ff4dfc1fbcecbc.zip |
fix more downloading crap
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9389 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/rt2500')
-rw-r--r-- | package/rt2500/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rt2500/Makefile b/package/rt2500/Makefile index e6cb9d51b4..0e425c1092 100644 --- a/package/rt2500/Makefile +++ b/package/rt2500/Makefile @@ -14,7 +14,7 @@ PKG_VERSION:=cvs-2007061115 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=@openwrt/ +PKG_SOURCE_URL:=http://downloads.openwrt.org/sources PKG_MD5SUM:=67a158b24ec46e37edc4545f51338bb9 include $(INCLUDE_DIR)/package.mk |