aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-06-12 11:47:24 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-06-12 11:47:24 +0000
commitd9f3de07a6a23703e8ced04845a0d02d872e4f73 (patch)
treebd482ed208e2e122bbd6901e250476177ae25c72 /openwrt
parent3d856915260c10ffad445f86611a93e721dc68da (diff)
downloadupstream-d9f3de07a6a23703e8ced04845a0d02d872e4f73.tar.gz
upstream-d9f3de07a6a23703e8ced04845a0d02d872e4f73.tar.bz2
upstream-d9f3de07a6a23703e8ced04845a0d02d872e4f73.zip
/sources
SVN-Revision: 1216
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/target/linux/linux-2.4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile
index 6a598da11f..869ed066d9 100644
--- a/openwrt/target/linux/linux-2.4/Makefile
+++ b/openwrt/target/linux/linux-2.4/Makefile
@@ -30,7 +30,7 @@ LINUX_KARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/i386/' \
-e 's/sh[234]/sh/' \
)
-LINUX_BINARY_DRIVER_SITE := http://openwrt.org/downloads/
+LINUX_BINARY_DRIVER_SITE := http://openwrt.org/downloads/sources/
LINUX_SOURCE := linux-$(LINUX_VERSION).tar.bz2
LINUX_SOURCE_DIR := $(LINUX_BUILD_DIR)/linux-$(LINUX_VERSION)
MODULES_DIR := $(LINUX_BUILD_DIR)/modules/$(MODULES_SUBDIR)