projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ea68a4
)
Mark spca5xx-le as broken (#2923)
author
Florian Fainelli
<florian@openwrt.org>
Thu, 10 Jan 2008 17:46:52 +0000
(17:46 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 10 Jan 2008 17:46:52 +0000
(17:46 +0000)
SVN-Revision: 10157
package/spca5xx-le/Makefile
patch
|
blob
|
history
diff --git
a/package/spca5xx-le/Makefile
b/package/spca5xx-le/Makefile
index 08312b126ae21c8a1ab85404895c7d641b894c94..7c1ffbbbcf55e2ec81e763845a7cd0e06a4c79e0 100644
(file)
--- a/
package/spca5xx-le/Makefile
+++ b/
package/spca5xx-le/Makefile
@@
-25,7
+25,7
@@
define KernelPackage/video-spca5xx-le
SUBMENU:=Video Support
TITLE:=SPCA5xx based USB webcam support (Light Edition)
URL:=http://mxhaard.free.fr/
- DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core kmod-video-core
+ DEPENDS:=@LINUX_2_6 @USB_SUPPORT
@BROKEN
+kmod-usb-core kmod-video-core
FILES:=$(PKG_BUILD_DIR)/spca5xx.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,90,spca5xx)
endef