aboutsummaryrefslogtreecommitdiffstats
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
commit1759e37954e301ed8bb6b7e531fe2eab94e54aa2 (patch)
treeb11ac2ae04b1aa498205fa7f3bff9e7b35a15652
parent11b6f9bb79c4ef752d5062530f88a7fccc4a975d (diff)
downloadupstream-1759e37954e301ed8bb6b7e531fe2eab94e54aa2.tar.gz
upstream-1759e37954e301ed8bb6b7e531fe2eab94e54aa2.tar.bz2
upstream-1759e37954e301ed8bb6b7e531fe2eab94e54aa2.zip
fix kmod build after target/linux reorg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2907 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 e4071a78e2d..6fea0655d08 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 08a4023cb4f..8dc193ae132 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 $@