projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da05d74
)
linux: Config.in: correct typo in kernel compression format help text
author
Peter Korsgaard
<peter@korsgaard.com>
Tue, 6 Mar 2018 15:46:51 +0000
(16:46 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Tue, 6 Mar 2018 18:38:04 +0000
(19:38 +0100)
s/build/built/.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
linux/Config.in
patch
|
blob
|
history
diff --git
a/linux/Config.in
b/linux/Config.in
index e299af4008b6d11dd6eb2443fb0553d8a7399514..dadfc88da4d0f63cc9c76be1c0f17d81c71f0efc 100644
(file)
--- 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 buil
d
.
+ This selection will just ensure that the correct host tools are buil
t
.
The actual compression for the kernel should be selected in the
kernel configuration menu.