diff options
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/linux/package/mini_fo/Makefile | 2 | ||||
-rw-r--r-- | openwrt/target/linux/package/spca5xx/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/package/mini_fo/Makefile b/openwrt/target/linux/package/mini_fo/Makefile index e4071a78e2..6fea0655d0 100644 --- a/openwrt/target/linux/package/mini_fo/Makefile +++ b/openwrt/target/linux/package/mini_fo/Makefile @@ -27,7 +27,7 @@ $(PKG_BUILD_DIR)/.built: PATH="$(TARGET_PATH)" \ ARCH="$(LINUX_KARCH)" \ CROSS_COMPILE="$(TARGET_CROSS)" \ - KERNELVERSION="$(KERNEL_VERSION)" \ + KERNELVERSION="$(KERNEL)" \ KERNEL_SRC="$(LINUX_DIR)" \ all touch $@ diff --git a/openwrt/target/linux/package/spca5xx/Makefile b/openwrt/target/linux/package/spca5xx/Makefile index 08a4023cb4..8dc193ae13 100644 --- a/openwrt/target/linux/package/spca5xx/Makefile +++ b/openwrt/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 $@ |