gspca-sn9c20x.ko was not insmod'ed due to typo
fixes #11973 SVN-Revision: 32991
This commit is contained in:
parent
23f6ec6ef6
commit
3942aebedc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue