summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-14 09:55:12 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-14 09:55:12 +0000
commit51e0cac07a5c4b2886a1cf8c99ca0e1b5cbfa708 (patch)
tree73156d58e12fdfd396d8963bf0a8ab35c707e548 /package
parent066bbc6bd538b5ad8cd62bd29917b131ecc5b2b4 (diff)
Fix rt2x00 kernel config reading
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8413 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/rt2x00/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rt2x00/Makefile b/package/rt2x00/Makefile
index 1759f82bd..fd67a9e1b 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