1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 03:18:26 +02:00

[package] add support for the sn9c102 video chips (#3976)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16991 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-07-25 23:41:22 +00:00
parent 03e136a4cc
commit c9bd22da77

View File

@ -126,6 +126,24 @@ endef
$(eval $(call KernelPackage,video-ovcamchip))
define KernelPackage/video-sn9c102
SUBMENU:=$(VIDEO_MENU)
TITLE:=SN9C102 Camera Chip support
DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-core +kmod-video-core
KCONFIG:=CONFIG_USB_SN9C102
FILES:=$(LINUX_DIR)/drivers/media/video/sn9c102/sn9c102.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,70,sn9c102)
endef
define KernelPackage/video-sn9c102/description
Kernel modules for supporting SN9C102
camera chips.
endef
$(eval $(call KernelPackage,video-sn9c102))
define KernelPackage/video-pwc
SUBMENU:=$(VIDEO_MENU)
TITLE:=Philips USB webcam support