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 | 58035f5e0237f68d772733b83b696a293cdd26fc (patch) | |
tree | 837d816c97e2b98114073d9a470fcd23f42e270e /package/rt2500/Makefile | |
parent | 467c1a7189d341c80742b102253056d4c74093d9 (diff) | |
download | upstream-58035f5e0237f68d772733b83b696a293cdd26fc.tar.gz upstream-58035f5e0237f68d772733b83b696a293cdd26fc.tar.bz2 upstream-58035f5e0237f68d772733b83b696a293cdd26fc.zip |
fix more downloading crap
SVN-Revision: 9389
Diffstat (limited to 'package/rt2500/Makefile')
-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 |