summaryrefslogtreecommitdiffstats
path: root/package/collectd
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2013-09-01 21:15:24 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-09-01 21:15:24 +0200
commitc82ca4fec6a26356d5424feecf65a077c297d171 (patch)
tree5639771ae4a7b3d53d78e664916ab8d156f4ba75 /package/collectd
parent8b55597d7e00078ef4cfb2d825b60acefd762264 (diff)
downloadbuildroot-c82ca4fec6a26356d5424feecf65a077c297d171.tar.gz
buildroot-c82ca4fec6a26356d5424feecf65a077c297d171.zip
collectd: Config.in: fix space/tab mixup
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/collectd')
-rw-r--r--package/collectd/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/collectd/Config.in b/package/collectd/Config.in
index 43571e3596..495711562e 100644
--- a/package/collectd/Config.in
+++ b/package/collectd/Config.in
@@ -429,5 +429,5 @@ endmenu
endif
comment "collectd needs a toolchain with IPv6 and thread support"
- depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INET_IPV6
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INET_IPV6
depends on BR2_USE_MMU
OpenPOWER on IntegriCloud