diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2018-03-06 16:46:51 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-30 21:06:51 +0200 |
commit | 36c973353e06ce2f90e628a62a7ea015ac9f1746 (patch) | |
tree | d3027489b41e85ceca943ed54b13ee03a22c8e0e | |
parent | 7cb200323b4338b5072e84a4c4fad3a85fa5fd48 (diff) | |
download | buildroot-36c973353e06ce2f90e628a62a7ea015ac9f1746.tar.gz buildroot-36c973353e06ce2f90e628a62a7ea015ac9f1746.zip |
linux: Config.in: correct typo in kernel compression format help text
s/build/built/.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit d233cc72c4b901f1ea0ae4ce895ff665bd0b78d9)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | linux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Config.in b/linux/Config.in index 9024f73f53..3447290a69 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -284,7 +284,7 @@ endchoice choice prompt "Kernel compression format" help - This selection will just ensure that the correct host tools are build. + This selection will just ensure that the correct host tools are built. The actual compression for the kernel should be selected in the kernel configuration menu. |