diff options
author | Peter Seiderer <ps.report@gmx.net> | 2015-10-07 23:56:47 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-10-10 11:40:31 +0200 |
commit | 9efc0817f1445aceb837863dc251f7600b033275 (patch) | |
tree | 31220ad0b441908c53078486b4033ab77a3e80bb | |
parent | aa85304df598b1fa82a85abc4d68112d3ba87cd0 (diff) | |
download | buildroot-9efc0817f1445aceb837863dc251f7600b033275.tar.gz buildroot-9efc0817f1445aceb837863dc251f7600b033275.zip |
libv4l: update v4l-utils help text (add more listed tools)
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/libv4l/Config.in | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/package/libv4l/Config.in b/package/libv4l/Config.in index d137613b9b..5a55b2b7c1 100644 --- a/package/libv4l/Config.in +++ b/package/libv4l/Config.in @@ -26,8 +26,16 @@ config BR2_PACKAGE_LIBV4L_UTILS help v4l-utils is a collection of various video4linux and DVB utilities. Enable this if you want to build the following tools: - cx18-ctl, ir-keytable, ivtv-ctl, v4l2-ctl, v4l2-sysfs-path and - others. + - cx18-ctl + - dvb-fe-tool, dvbv5-zap, dvbv5-scan, dvb-format-convert + - decode_tm6000 + - ir-keytable + - media-ctl + - v4l2-compliance + - v4l2-ctl, cx18-ctl, ivtv-ctl + - v4l2-sysfs-path + - rds-ctl + - qv4l2 (if Qt is enabled) endif |