summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-01-11 13:10:58 +0000
committerNicolas Thill <nico@openwrt.org>2006-01-11 13:10:58 +0000
commit0ee31a7c6aea8e3171139c24e4b337e2b689ec23 (patch)
tree27cad1f0ee7b367f40c5ac046fa74574c35023c6 /openwrt
parente49b5a89f64c4018b34df8b907d9d81aa481a3e2 (diff)
downloadmtk-20170518-0ee31a7c6aea8e3171139c24e4b337e2b689ec23.zip
mtk-20170518-0ee31a7c6aea8e3171139c24e4b337e2b689ec23.tar.gz
mtk-20170518-0ee31a7c6aea8e3171139c24e4b337e2b689ec23.tar.bz2
fix kmod build after target/linux reorg
SVN-Revision: 2907
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/target/linux/package/mini_fo/Makefile2
-rw-r--r--openwrt/target/linux/package/spca5xx/Makefile2
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 e4071a7..6fea065 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 08a4023..8dc193a 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 $@