From: Clark Rawlins <clark.rawlins@escient.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] Permit configure users to specify a board name.
Date: Sat, 02 Jan 2010 17:29:28 -0500 [thread overview]
Message-ID: <1262471368.23927.13.camel@venture> (raw)
Without this change it isn't possible to change the
board name to match your target with this change it
is possible to do so.
Signed-off-by: Clark Rawlins <clark.rawlins@escient.com>
---
target/device/x86/Config.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/target/device/x86/Config.in b/target/device/x86/Config.in
index 0b88f7a..d09e405 100644
--- a/target/device/x86/Config.in
+++ b/target/device/x86/Config.in
@@ -15,7 +15,7 @@ config BR2_TARGET_I686
endchoice
config BR2_BOARD_NAME
- string
+ string "Board Name"
default "i686" if BR2_TARGET_I686
config BR2_BOARD_PATH
--
1.6.3.3
reply other threads:[~2010-01-02 22:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1262471368.23927.13.camel@venture \
--to=clark.rawlins@escient.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox