From 6cc0a9ac343e738a17a3a4c95f6086407d9b9057 Mon Sep 17 00:00:00 2001 From: florian 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) git-svn-id: svn://svn.openwrt.org/openwrt/packages@14089 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 072023844..9f6a82e95 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.11.0