kernel: add kmod-video-gspca-ov534-9
SVN-Revision: 30975
This commit is contained in:
parent
36e9a33df7
commit
906d44975b
1 changed files with 15 additions and 0 deletions
|
@ -299,6 +299,21 @@ endef
|
||||||
$(eval $(call KernelPackage,video-gspca-ov534))
|
$(eval $(call KernelPackage,video-gspca-ov534))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/video-gspca-ov534-9
|
||||||
|
TITLE:=ov534 webcam support
|
||||||
|
KCONFIG:=CONFIG_USB_GSPCA_OV534_9
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_ov534_9.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,75,gspca_ov534_9)
|
||||||
|
$(call AddDepends/video-gspca)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/video-gspca-ov534-9/description
|
||||||
|
The OV534-9 USB Camera Driver (ov534_9) kernel module.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,video-gspca-ov534-9))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/video-gspca-pac207
|
define KernelPackage/video-gspca-pac207
|
||||||
TITLE:=pac207 webcam support
|
TITLE:=pac207 webcam support
|
||||||
KCONFIG:=CONFIG_USB_GSPCA_PAC207
|
KCONFIG:=CONFIG_USB_GSPCA_PAC207
|
||||||
|
|
Loading…
Reference in a new issue