gspca-sn9c20x.ko was not insmod'ed due to typo

fixes #11973

SVN-Revision: 32991
This commit is contained in:
John Crispin 2012-08-04 19:17:49 +00:00
parent 23f6ec6ef6
commit 3942aebedc

View 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