diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-06-12 11:47:24 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-06-12 11:47:24 +0000 |
commit | d671d9af3975f024c2a04f4e883bf7d5cb1d4cfb (patch) | |
tree | b14240a7bf96b6e636b95efd9850b58598974b59 /target/linux/linux-2.4 | |
parent | 24324e65d945bf6f4d2b2e98e4dbf5762a43cbd9 (diff) | |
download | upstream-d671d9af3975f024c2a04f4e883bf7d5cb1d4cfb.tar.gz upstream-d671d9af3975f024c2a04f4e883bf7d5cb1d4cfb.tar.bz2 upstream-d671d9af3975f024c2a04f4e883bf7d5cb1d4cfb.zip |
/sources
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1216 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/linux-2.4')
-rw-r--r-- | target/linux/linux-2.4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/linux-2.4/Makefile b/target/linux/linux-2.4/Makefile index 6a598da11f..869ed066d9 100644 --- a/target/linux/linux-2.4/Makefile +++ b/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) |