1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 22:09:48 +03:00

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

fixes #11973

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32991 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2012-08-04 19:17:49 +00:00
parent ae154c227f
commit 039f179551

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