From 8d1840301d1daa24bcfce378f90794eb80d33b39 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 11 Dec 2005 21:13:08 +0000 Subject: fix 2.4 build error introduced by changeset:2606 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2613 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/target/linux/package/spca5xx/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'openwrt/target/linux/package/spca5xx/Makefile') diff --git a/openwrt/target/linux/package/spca5xx/Makefile b/openwrt/target/linux/package/spca5xx/Makefile index 95a48a9a3..d61a04a80 100644 --- a/openwrt/target/linux/package/spca5xx/Makefile +++ b/openwrt/target/linux/package/spca5xx/Makefile @@ -18,6 +18,7 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install ifeq ($(KERNEL_DIR),) KERNEL_DIR:=$(LINUX_DIR) endif +KERNEL_VERSION=$(shell echo "$(LINUX_VERSION)" | cut -d. -f1,2) include $(TOPDIR)/package/rules.mk -- cgit v1.2.3