Browse Source

fix videobuf2 escription

fixes #11411

SVN-Revision: 32032
John Crispin 13 years ago
parent
commit
1ee4031e14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/modules/video.mk

+ 1 - 1
package/kernel/modules/video.mk

@@ -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))