[Buildroot] [PATCH 1/1] Permit configure users to specify a board name.

Clark Rawlins clark.rawlins at escient.com
Sat Jan 2 22:29:28 UTC 2010


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 at 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



More information about the buildroot mailing list