diff options
| author | Adam Duskett <Aduskett@gmail.com> | 2017-07-31 09:53:49 -0400 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-31 19:09:59 +0200 |
| commit | e874251c854b50797383a7b2676992af9dbf961e (patch) | |
| tree | bd7da8e85fa67039c46dd7d5725ee5ae68df1734 /package/linux-headers | |
| parent | a23a827da17ff1edd71b983aa0ba3dc75a1041f1 (diff) | |
| download | buildroot-e874251c854b50797383a7b2676992af9dbf961e.tar.gz buildroot-e874251c854b50797383a7b2676992af9dbf961e.zip | |
package/l*: 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 l 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/linux-headers')
| -rw-r--r-- | package/linux-headers/Config.in.host | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index af67f70622..90c93bacd9 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -10,17 +10,17 @@ choice help Select the kernel version to get headers from. - The kernel headers must be at least as old as the oldest kernel - you intend to run on your target. + The kernel headers must be at least as old as the oldest + kernel you intend to run on your target. If you use Buildroot to build a kernel, then you can use the sources from that kernel as source for the headers. - If you choose a custom version of the kernel headers, or choose - to use the same sources as the kernel, you'll have to select - (below) the series of that kernel, so that Buildroot can show - or hide packages that have strong requirements on the kernel - headers. + If you choose a custom version of the kernel headers, or + choose to use the same sources as the kernel, you'll have to + select (below) the series of that kernel, so that Buildroot + can show or hide packages that have strong requirements on the + kernel headers. config BR2_KERNEL_HEADERS_AS_KERNEL bool "Same as kernel being built" @@ -86,7 +86,8 @@ choice bool "Custom kernel headers series" depends on BR2_KERNEL_HEADERS_VERSION || BR2_KERNEL_HEADERS_AS_KERNEL help - Specify the kernel headers series you manually selected, above. + Specify the kernel headers series you manually selected, + above. This is used to hide/show some packages that have strict requirements on the version of kernel headers. |

