projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23f6ec6
)
gspca-sn9c20x.ko was not insmod'ed due to typo
author
John Crispin
<john@openwrt.org>
Sat, 4 Aug 2012 19:17:49 +0000
(19:17 +0000)
committer
John Crispin
<john@openwrt.org>
Sat, 4 Aug 2012 19:17:49 +0000
(19:17 +0000)
fixes #11973
SVN-Revision: 32991
package/kernel/modules/video.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/video.mk
b/package/kernel/modules/video.mk
index 12dce3885e2597dcfbced9cbc23e3b16b4388e48..94ea2616aa64513f65d49d5e3f51a9f1d731c3d5 100644
(file)
--- a/
package/kernel/modules/video.mk
+++ b/
package/kernel/modules/video.mk
@@
-388,7
+388,7
@@
define KernelPackage/video-gspca-sn9c20x
TITLE:=sn9c20x webcam support
KCONFIG:=CONFIG_USB_GSPCA_SN9C20X
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_sn9c20x.ko
- AUTOLOAD:=$(call AutoLoad,75,sn9c20x)
+ AUTOLOAD:=$(call AutoLoad,75,
gspca_
sn9c20x)
$(call AddDepends/video-gspca)
endef