mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-02 17:11:06 +02: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:
parent
2498cec75c
commit
759c50f67a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user