diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-31 19:18:27 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-31 19:18:27 +0200 |
commit | f4c087b782d7da5b8656e1ade81f29c83410fa60 (patch) | |
tree | 05ff527e1dc512773f1a13e24347df210d3e2830 | |
parent | 5dccd7249e7dacceb370b0282592d504876e460e (diff) | |
download | buildroot-f4c087b782d7da5b8656e1ade81f29c83410fa60.tar.gz buildroot-f4c087b782d7da5b8656e1ade81f29c83410fa60.zip |
libsysfs: fix Config.in help text indentation
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/libsysfs/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libsysfs/Config.in b/package/libsysfs/Config.in index 134812e14f..2cbebaa530 100644 --- a/package/libsysfs/Config.in +++ b/package/libsysfs/Config.in @@ -4,4 +4,4 @@ config BR2_PACKAGE_LIBSYSFS These are a set of utilities built upon sysfs, a filesystem in Linux 2.6 kernels that exposes a system's device tree. - http://linux-diag.sourceforge.net/Sysfsutils.html + http://linux-diag.sourceforge.net/Sysfsutils.html |