Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] Permit configure users to specify a board name.
@ 2010-01-02 22:29 Clark Rawlins
  0 siblings, 0 replies; only message in thread
From: Clark Rawlins @ 2010-01-02 22:29 UTC (permalink / raw)
  To: buildroot

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-02 22:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-02 22:29 [Buildroot] [PATCH 1/1] Permit configure users to specify a board name Clark Rawlins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox