summaryrefslogtreecommitdiffstats
path: root/target/linux/package/spca5xx
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-11 13:10:58 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-11 13:10:58 +0000
commite4ec2d8600fcecd412131e6a1d0e63d43ab65f00 (patch)
treea68653f147490ff6497bfa32a9d5217c20842d0f /target/linux/package/spca5xx
parent5c7e508f90a58fc7c533d9f57bbaa4d8b40c8f10 (diff)
fix kmod build after target/linux reorg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2907 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/spca5xx')
-rw-r--r--target/linux/package/spca5xx/Makefile2
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 $@