mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-14 00:06:46 +00:00
package/modules: add missing gspca video drivers for 2.6.32 (patch from #6595)
SVN-Revision: 19364
This commit is contained in:
parent
3899c9c745
commit
b774acb479
@ -591,3 +591,33 @@ define KernelPackage/video-gspca-stv06xx/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,video-gspca-stv06xx))
|
$(eval $(call KernelPackage,video-gspca-stv06xx))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/video-gspca-gl860
|
||||||
|
$(call KernelPackage/video-gspca/Depends,@LINUX_2_6_32)
|
||||||
|
TITLE:=gl860 webcam support
|
||||||
|
KCONFIG:=CONFIG_USB_GL860
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gl860/gspca_gl860.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,75,gspca_gl860)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/video-gspca-gl800/description
|
||||||
|
The GL860 USB Camera Driver (gl860) kernel module.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,video-gspca-gl860))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/video-gspca-jeilinj
|
||||||
|
$(call KernelPackage/video-gspca/Depends,@LINUX_2_6_32)
|
||||||
|
TITLE:=jeilinj webcam support
|
||||||
|
KCONFIG:=CONFIG_USB_GSPCA_JEILINJ
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_jeilinj.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,75,gspca_jeilinj)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/video-gspca-jeilinj/description
|
||||||
|
The JEILINJ USB Camera Driver (jeilinj) kernel module.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,video-gspca-jeilinj))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user