diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-14 09:55:12 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-14 09:55:12 +0000 |
commit | 29720c439c237f7c2a98d12507ef273addcc08a0 (patch) | |
tree | 089be95197ec8a31888c16667d4a391c83872811 /package/rt2x00/Makefile | |
parent | c54708272f08efb9b4bbce7f6ff8525380ad69bf (diff) | |
download | upstream-29720c439c237f7c2a98d12507ef273addcc08a0.tar.gz upstream-29720c439c237f7c2a98d12507ef273addcc08a0.tar.bz2 upstream-29720c439c237f7c2a98d12507ef273addcc08a0.zip |
Fix rt2x00 kernel config reading
SVN-Revision: 8413
Diffstat (limited to 'package/rt2x00/Makefile')
-rw-r--r-- | package/rt2x00/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rt2x00/Makefile b/package/rt2x00/Makefile index 1759f82bd6..fd67a9e1ba 100644 --- a/package/rt2x00/Makefile +++ b/package/rt2x00/Makefile @@ -119,7 +119,7 @@ define Build/Compile ARCH="$(LINUX_KARCH)" V="$(V)" \ SUBDIRS="$(PKG_BUILD_DIR)" \ KERNELVERSION="$(KERNEL)" \ - KERNEL_SOURCE="$(LINUX_DIR)" \ + KERNEL_SOURCES="$(LINUX_DIR)" \ KDIR="$(LINUX_DIR)" endef |