diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-10-08 16:00:59 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-10-09 15:25:06 +0200 |
commit | 3c1a1c15ad17a6345d2e7df722b40179c552d2ee (patch) | |
tree | 3366addbd388ebe99f5bbbf1a8b62aaa2b92f69b /package/collectd | |
parent | 4cab124a0b1b7504e50fd02357022cdad1a61865 (diff) | |
download | buildroot-3c1a1c15ad17a6345d2e7df722b40179c552d2ee.tar.gz buildroot-3c1a1c15ad17a6345d2e7df722b40179c552d2ee.zip |
collectd: drop rrdtool selects
Drop indirect rrdtool selects, they're already selected by rrdtool
itself so there's no need.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/collectd')
-rw-r--r-- | package/collectd/Config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/collectd/Config.in b/package/collectd/Config.in index 20549787d4..5cdb24eed0 100644 --- a/package/collectd/Config.in +++ b/package/collectd/Config.in @@ -504,11 +504,7 @@ config BR2_PACKAGE_COLLECTD_NETWORK config BR2_PACKAGE_COLLECTD_RRDTOOL bool "rrdtool" depends on BR2_USE_WCHAR # rrdtool - select BR2_PACKAGE_FREETYPE - select BR2_PACKAGE_LIBART - select BR2_PACKAGE_LIBPNG select BR2_PACKAGE_RRDTOOL - select BR2_PACKAGE_ZLIB help Writes values to RRD-files. |