diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-11 21:13:08 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-11 21:13:08 +0000 |
commit | 8aa266f828a40ac685da11c90d036fe9a988d77b (patch) | |
tree | 7db929808a25010fb07f1d213ff4b0773e377a60 /target/linux/package/spca5xx/Makefile | |
parent | 6cd3ee4d8f6116854a845cf702f3ddaf4b5d2a5e (diff) |
fix 2.4 build error introduced by changeset:2606
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2613 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/spca5xx/Makefile')
-rw-r--r-- | target/linux/package/spca5xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/package/spca5xx/Makefile b/target/linux/package/spca5xx/Makefile index 95a48a9a3..d61a04a80 100644 --- a/target/linux/package/spca5xx/Makefile +++ b/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 |