projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57ce156
)
Disable gspcav1 compilation on UML
author
Florian Fainelli
<florian@openwrt.org>
Sat, 27 Sep 2008 14:29:29 +0000
(14:29 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sat, 27 Sep 2008 14:29:29 +0000
(14:29 +0000)
SVN-Revision: 12730
multimedia/gspcav1/Makefile
patch
|
blob
|
history
diff --git
a/multimedia/gspcav1/Makefile
b/multimedia/gspcav1/Makefile
index d21c56ab83bea2b9ad590694843c62a0824efb95..1eab82f9e3f2ca13e55092eb550df9c3c86c7ae0 100644
(file)
--- a/
multimedia/gspcav1/Makefile
+++ b/
multimedia/gspcav1/Makefile
@@
-23,7
+23,7
@@
define KernelPackage/video-gspca
SUBMENU:=Video Support
TITLE:=SPCA5xx based USB webcam support
URL:=http://mxhaard.free.fr/
- DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core +kmod-video-core
+ DEPENDS:=@LINUX_2_6 @USB_SUPPORT
!@TARGET_uml
+kmod-usb-core +kmod-video-core
FILES:=$(PKG_BUILD_DIR)/gspca.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,90,gspca)
endef