diff options
Diffstat (limited to 'target/linux/package/spca5xx/Makefile')
-rw-r--r-- | target/linux/package/spca5xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/package/spca5xx/Makefile b/target/linux/package/spca5xx/Makefile index 08a4023cb..8dc193ae1 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 $@ |