diff options
author | Adam Duskett <Aduskett@gmail.com> | 2017-07-31 09:53:48 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-31 19:09:52 +0200 |
commit | a23a827da17ff1edd71b983aa0ba3dc75a1041f1 (patch) | |
tree | c5b7a38d1610865c67a9985f340d3286c676530e /package/kexec-lite/Config.in | |
parent | 3fe76fbd7b9813f341ebc6fc1da6208773aca0e7 (diff) | |
download | buildroot-a23a827da17ff1edd71b983aa0ba3dc75a1041f1.tar.gz buildroot-a23a827da17ff1edd71b983aa0ba3dc75a1041f1.zip |
package/k*: fix wrapping of Config.in help text
The check-package script when ran gives warnings on text wrapping
on all of these Config files. This patch cleans up all warnings
related to the text wrapping for the Config files starting with
the letter k in the package directory.
The appropriate indentation is: <tab><2 spaces><62 chars>
See http://nightly.buildroot.org/#writing-rules-config-in for more
information.
Signed-off-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/kexec-lite/Config.in')
-rw-r--r-- | package/kexec-lite/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/kexec-lite/Config.in b/package/kexec-lite/Config.in index 97748dcce5..cd0e30f2dd 100644 --- a/package/kexec-lite/Config.in +++ b/package/kexec-lite/Config.in @@ -9,7 +9,8 @@ config BR2_PACKAGE_KEXEC_LITE select BR2_PACKAGE_DTC_PROGRAMS help Kexec is a user space utiltity for loading another kernel - and asking the currently running kernel to do something with it. + and asking the currently running kernel to do something with + it. This package is a tiny implementation of the kexec userspace components, for devicetree-based platforms. |