projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e2f96a
)
qc-usb does not build with kernels superior or equal to 2.6.27, mask it until it...
author
Florian Fainelli
<florian@openwrt.org>
Sun, 18 Jan 2009 13:23:00 +0000
(13:23 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 18 Jan 2009 13:23:00 +0000
(13:23 +0000)
SVN-Revision: 14089
multimedia/qc-usb/Makefile
patch
|
blob
|
history
diff --git
a/multimedia/qc-usb/Makefile
b/multimedia/qc-usb/Makefile
index 0720238445310f855b0d7f962b838b74c00a5931..9f6a82e958b59618522005dd2da59147cfe00ce6 100644
(file)
--- 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