summaryrefslogtreecommitdiffstats
path: root/package/rt2x00
diff options
context:
space:
mode:
Diffstat (limited to 'package/rt2x00')
-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