1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 00:20:44 +03:00

[kernel] Missing kernel module entry for GSPCA driver for SE401 webcam

fixes #11505

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32030 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2012-06-03 07:28:48 +00:00
parent 2498cec75c
commit 759c50f67a

View File

@ -306,6 +306,21 @@ endef
$(eval $(call KernelPackage,video-gspca-pac7311))
define KernelPackage/video-gspca-se401
TITLE:=se401 webcam support
KCONFIG:=CONFIG_USB_GSPCA_SE401
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_se401.ko
AUTOLOAD:=$(call AutoLoad,75,gspca_se401)
$(call AddDepends/video-gspca)
endef
define KernelPackage/video-gspca-se401/description
The SE401 USB Camera Driver kernel module.
endef
$(eval $(call KernelPackage,video-gspca-se401))
define KernelPackage/video-gspca-sn9c20x
TITLE:=sn9c20x webcam support
KCONFIG:=CONFIG_USB_GSPCA_SN9C20X