1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-06 00:18:33 +03:00

[package] add sn9c201 webcam driver, patch from Chris Li

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20310 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2010-03-20 10:27:18 +00:00
parent 393b91d29a
commit 944f5a8ff2

View File

@ -323,6 +323,21 @@ endef
$(eval $(call KernelPackage,video-gspca-pac7311))
define KernelPackage/video-gspca-sn9c20x
$(call KernelPackage/video-gspca/Depends,@LINUX_2_6 @USB_SUPPORT +kmod-usb-core)
TITLE:=sn9c20x webcam support
KCONFIG:=CONFIG_USB_GSPCA_SN9C20X
FILES:=$(LINUX_DIR)/drivers/media/video/gspca/gspca_sn9c20x.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,75,sn9c20x)
endef
define KernelPackage/video-gspca-sn9c20x/description
The SN9C20X USB Camera Driver (sn9c20x) kernel module.
endef
$(eval $(call KernelPackage,video-gspca-sn9c20x))
define KernelPackage/video-gspca-sonixb
$(call KernelPackage/video-gspca/Depends,)
TITLE:=sonixb webcam support