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:
3c2b833
)
Fix typo
author
Florian Fainelli
<florian@openwrt.org>
Sun, 28 Sep 2008 06:50:07 +0000
(06:50 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 28 Sep 2008 06:50:07 +0000
(06:50 +0000)
SVN-Revision: 12750
multimedia/gspcav1/Makefile
patch
|
blob
|
history
diff --git
a/multimedia/gspcav1/Makefile
b/multimedia/gspcav1/Makefile
index 1eab82f9e3f2ca13e55092eb550df9c3c86c7ae0..b01d2f3e40b62370b05289136469feb2c03e1567 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
!@
TARGET_uml +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