* [Buildroot] [PATCH] linux: clarify the BR2_LINUX_KERNEL_DEFCONFIG help text
@ 2012-07-14 19:40 Arnout Vandecappelle
2012-07-14 22:59 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Arnout Vandecappelle @ 2012-07-14 19:40 UTC (permalink / raw)
To: buildroot
The help text of BR2_LINUX_KERNEL_DEFCONFIG is confusing: it seems to
point to the defconfigs in the buildroot tree. So explicitly refer to
the kernel tree in the help text.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
linux/Config.in | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/linux/Config.in b/linux/Config.in
index 9c26439..c969be6 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -115,8 +115,9 @@ config BR2_LINUX_KERNEL_DEFCONFIG
string "Defconfig name"
depends on BR2_LINUX_KERNEL_USE_DEFCONFIG
help
- Name of the defconfig file to use, without the trailing
- _defconfig
+ Name of the kernel defconfig file to use, without the
+ trailing _defconfig. The defconfig is located in
+ arch/<arch>/configs in the kernel tree.
config BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE
string "Configuration file path"
--
tg: (830c586..) t/linux-clarify-defconfig (depends on: master)
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-14 22:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-14 19:40 [Buildroot] [PATCH] linux: clarify the BR2_LINUX_KERNEL_DEFCONFIG help text Arnout Vandecappelle
2012-07-14 22:59 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox