[package] qc-usb does not build with kernels superior or equal to 2.6.27, mask it...
authorFlorian Fainelli <florian@openwrt.org>
Sun, 18 Jan 2009 13:23:00 +0000 (13:23 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 18 Jan 2009 13:23:00 +0000 (13:23 +0000)
SVN-Revision: 14089

multimedia/qc-usb/Makefile

index 0720238445310f855b0d7f962b838b74c00a5931..9f6a82e958b59618522005dd2da59147cfe00ce6 100644 (file)
@@ -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