diff options
Diffstat (limited to 'openwrt/target/linux/package/mini_fo/Makefile')
-rw-r--r-- | openwrt/target/linux/package/mini_fo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/mini_fo/Makefile b/openwrt/target/linux/package/mini_fo/Makefile index e4071a78e..6fea0655d 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 $@ |