mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 05:42:59 +02:00
add a kernel module for usb video devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8912 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
35a0fb9185
commit
2b8d2f49fe
@ -175,7 +175,7 @@ $(eval $(call KernelPackage,usb-acm))
|
||||
|
||||
define KernelPackage/usb-audio
|
||||
$(call usbdep,+kmod-sound-core)
|
||||
TITLE:=Support for audio devices
|
||||
TITLE:=Support for USB audio devices
|
||||
KCONFIG:= \
|
||||
CONFIG_USB_AUDIO \
|
||||
CONFIG_SND_USB_AUDIO
|
||||
@ -403,6 +403,21 @@ endef
|
||||
$(eval $(call KernelPackage,usb-storage))
|
||||
|
||||
|
||||
define KernelPackage/usb-video
|
||||
$(call usbdep,@LINUX_2_6)
|
||||
TITLE:=Support for USB video devices
|
||||
KCONFIG:=CONFIG_VIDEO_USBVIDEO
|
||||
FILES:=$(LINUX_DIR)/drivers/media/video/usbvideo/usbvideo.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,60,usbvideo)
|
||||
endef
|
||||
|
||||
define KernelPackage/usb-video/description
|
||||
Kernel support for USB video devices
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,usb-video))
|
||||
|
||||
|
||||
define KernelPackage/usb-atm
|
||||
$(call usbdep,@LINUX_2_6 +kmod-atm)
|
||||
TITLE:=Support for ATM on USB bus
|
||||
|
Loading…
Reference in New Issue
Block a user