[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
This commit is contained in:
florian 2009-01-18 13:23:00 +00:00
parent 5fc93b20ec
commit 6cc0a9ac34

View 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