Missing kernel module entry for GSPCA driver for SE401 webcam

fixes #11505

SVN-Revision: 32030
v19.07.3_mercusys_ac12_duma
John Crispin 12 years ago
parent 23eaea57ad
commit c64fca15da

@ -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…
Cancel
Save