gspca-sn9c20x.ko was not insmod'ed due to typo
authorJohn Crispin <john@openwrt.org>
Sat, 4 Aug 2012 19:17:49 +0000 (19:17 +0000)
committerJohn 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

index 12dce3885e2597dcfbced9cbc23e3b16b4388e48..94ea2616aa64513f65d49d5e3f51a9f1d731c3d5 100644 (file)
@@ -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