mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-03 04:26:55 +00:00
kernel: add kmod-video-gspca-sq930x
This module adds support for USB WebCams, which uses SQ930X chip [1]. [1] https://cateee.net/lkddb/web-lkddb/USB_GSPCA_SQ930X.html Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
parent
fcb82e42df
commit
362695acdf
@ -856,6 +856,21 @@ endef
|
|||||||
$(eval $(call KernelPackage,video-gspca-sq905c))
|
$(eval $(call KernelPackage,video-gspca-sq905c))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/video-gspca-sq930x
|
||||||
|
TITLE:=sq930x webcam support
|
||||||
|
KCONFIG:=CONFIG_USB_GSPCA_SQ930X
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/media/$(V4L2_USB_DIR)/gspca/gspca_sq930x.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,gspca_sq930x)
|
||||||
|
$(call AddDepends/camera-gspca)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/video-gspca-sq930x/description
|
||||||
|
The SQ Technologies SQ930X based USB Camera Driver (sq930x) kernel module
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,video-gspca-sq930x))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/video-gspca-stk014
|
define KernelPackage/video-gspca-stk014
|
||||||
TITLE:=stk014 webcam support
|
TITLE:=stk014 webcam support
|
||||||
KCONFIG:=CONFIG_USB_GSPCA_STK014
|
KCONFIG:=CONFIG_USB_GSPCA_STK014
|
||||||
|
Loading…
Reference in New Issue
Block a user