From c4009568f1191cde3249bbfaf187ea96c73417ed Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 18 Jan 2009 13:23:00 +0000 Subject: [PATCH] [package] qc-usb does not build with kernels superior or equal to 2.6.27, mask it until it gets fixed (#4308) SVN-Revision: 14089 --- multimedia/qc-usb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/qc-usb/Makefile b/multimedia/qc-usb/Makefile index 0720238445..9f6a82e958 100644 --- a/multimedia/qc-usb/Makefile +++ b/multimedia/qc-usb/Makefile @@ -39,7 +39,7 @@ define KernelPackage/video-quickcam $(call Package/qc-usb/Default) SUBMENU:=Video Support TITLE:=QuickCam Express USB webcam support - DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-video-core + DEPENDS:=@USB_SUPPORT @!LINUX_2_6_27 @!LINUX_2_6_28 +kmod-usb-core +kmod-video-core FILES:=$(PKG_BUILD_DIR)/quickcam.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,90,quickcam) endef -- 2.30.2