From: Nicolas Thill Date: Sun, 11 Dec 2005 21:13:08 +0000 (+0000) Subject: fix 2.4 build error introduced by changeset:2606 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f59b137053d466103342570bedc7053f090b94a7;p=librecmc%2Flibrecmc.git fix 2.4 build error introduced by changeset:2606 SVN-Revision: 2613 --- diff --git a/openwrt/target/linux/package/spca5xx/Makefile b/openwrt/target/linux/package/spca5xx/Makefile index 95a48a9a30..d61a04a80c 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 diff --git a/openwrt/target/linux/package/spca5xx/patches/01-kmod-build.patch b/openwrt/target/linux/package/spca5xx/patches/01-kmod-build.patch index f69caf8b91..eb7dccd32e 100644 --- a/openwrt/target/linux/package/spca5xx/patches/01-kmod-build.patch +++ b/openwrt/target/linux/package/spca5xx/patches/01-kmod-build.patch @@ -26,7 +26,7 @@ diff -ruN spca5xx-20051105-old/Makefile spca5xx-20051105-new/Makefile -# This makefile will build the spca50x driver module external to the kernel -# source tree. It makes it easier to swap kernels. - -+CFLAGS += $(DEFINES) ++EXTRA_CFLAGS += $(DEFINES) -KERNEL_VERSION = `uname -r` +spca5xx-objs := drivers/usb/spca5xx.o drivers/usb/spcadecoder.o