summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-22 04:17:24 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-22 04:17:24 +0000
commitc93d2afa0db0cc1e89779fd5e9c5eaa1054c153c (patch)
tree287b09492569f0815f21db562a3d48ea8a1aa31a /package
parente7a15b92d368191961fd8c1e125ba2dbaead55ae (diff)
add 2 new kernel modules for USB webcams: ovc511 and ovcamchip
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8942 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/video.mk35
1 files changed, 35 insertions, 0 deletions
diff --git a/package/kernel/modules/video.mk b/package/kernel/modules/video.mk
index 311e5387c..bd950e343 100644
--- a/package/kernel/modules/video.mk
+++ b/package/kernel/modules/video.mk
@@ -78,6 +78,41 @@ endef
$(eval $(call KernelPackage,video-konica))
+define KernelPackage/video-ov511
+ SUBMENU:=$(VIDEO_MENU)
+ TITLE:=OV511 USB webcam support
+ DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core kmod-video-core
+ KCONFIG:=CONFIG_VIDEO_OV511
+ FILES:=$(LINUX_DIR)/drivers/media/video/ov511.$(LINUX_KMOD_SUFFIX)
+ AUTOLOAD:=$(call AutoLoad,70,ov511)
+endef
+
+
+define KernelPackage/video-ov511/description
+ Kernel modules for supporting OmniVision OV511 USB webcams.
+endef
+
+$(eval $(call KernelPackage,video-ov511))
+
+
+define KernelPackage/video-ovcamchip
+ SUBMENU:=$(VIDEO_MENU)
+ TITLE:=OV6xxx/OV7xxx Camera Chip support
+ DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-i2c-core kmod-video-core
+ KCONFIG:=CONFIG_VIDEO_OVCAMCHIP
+ FILES:=$(LINUX_DIR)/drivers/media/video/ovcamchip/ovcamchip.$(LINUX_KMOD_SUFFIX)
+ AUTOLOAD:=$(call AutoLoad,70,ovcamchip)
+endef
+
+
+define KernelPackage/video-ovcamchip/description
+ Kernel modules for supporting OmniVision OV6xxx and OV7xxx series of
+ camera chips.
+endef
+
+$(eval $(call KernelPackage,video-ovcamchip))
+
+
define KernelPackage/video-pwc
SUBMENU:=$(VIDEO_MENU)
TITLE:=Philips USB webcam support