1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 00:20:44 +03:00

[kernel] fix videobuf2 escription

fixes #11411

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32032 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2012-06-03 10:56:01 +00:00
parent 759c50f67a
commit 247d8f2923

View File

@ -56,7 +56,7 @@ define KernelPackage/video-videobuf2
endef
define KernelPackage/video-videobuf2/description
Kernel modules for supporting CPIA2 USB based cameras.
Kernel modules that implements three basic types of media buffers.
endef
$(eval $(call KernelPackage,video-videobuf2))