Skip to content

Commit

Permalink
[kernel] gspca-sn9c20x.ko was not insmod'ed due to typo
Browse files Browse the repository at this point in the history
fixes #11973

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32991 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
blogic committed Aug 4, 2012
1 parent ae154c2 commit 039f179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kernel/modules/video.mk
Expand Up @@ -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

Expand Down

0 comments on commit 039f179

Please sign in to comment.