[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:
parent
5fc93b20ec
commit
6cc0a9ac34
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user