aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/package/spca5xx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/package/spca5xx/Makefile')
-rw-r--r--target/linux/package/spca5xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/package/spca5xx/Makefile b/target/linux/package/spca5xx/Makefile
index 08a4023cb4..8dc193ae13 100644
--- a/target/linux/package/spca5xx/Makefile
+++ b/target/linux/package/spca5xx/Makefile
@@ -26,7 +26,7 @@ $(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(LINUX_DIR) \
ARCH="$(LINUX_KARCH)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
- KERNELVERSION="$(KERNEL_VERSION)" \
+ KERNELVERSION="$(KERNEL)" \
SUBDIRS="$(PKG_BUILD_DIR)" \
modules
touch $@