/sources
SVN-Revision: 1216
This commit is contained in:
parent
3d85691526
commit
d9f3de07a6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue