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:
6cb7284
)
fix typo in gspa sn9c20x autoload line, patch from Chris Li
author
Florian Fainelli
<florian@openwrt.org>
Wed, 24 Mar 2010 23:33:50 +0000
(23:33 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 24 Mar 2010 23:33:50 +0000
(23:33 +0000)
SVN-Revision: 20409
package/kernel/modules/video.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/video.mk
b/package/kernel/modules/video.mk
index c0ab5d15a98175020f593512fca6ad9073861149..6bc19fd4f946a8eec4c971a4adcd19d9be90bd21 100644
(file)
--- a/
package/kernel/modules/video.mk
+++ b/
package/kernel/modules/video.mk
@@
-120,7
+120,7
@@
$(call KernelPackage/video/Depends,@LINUX_2_6 @USB_SUPPORT +kmod-usb-core)
TITLE:=SN9C102 Camera Chip support
KCONFIG:=CONFIG_USB_SN9C102
FILES:=$(LINUX_DIR)/drivers/media/video/sn9c102/sn9c102.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,70,
sn9c102
)
+ AUTOLOAD:=$(call AutoLoad,70,
gspca_sn9c20x
)
endef