From 9d58dd738405382a85bedc94059f1180ba7ba388 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Thu, 29 Jan 2009 19:25:24 +0000 Subject: Update x86 BSP to latest uclibc/linux/tools versions --- target/device/x86/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/device/x86/Config.in') diff --git a/target/device/x86/Config.in b/target/device/x86/Config.in index e44f31498..d2025340c 100644 --- a/target/device/x86/Config.in +++ b/target/device/x86/Config.in @@ -8,8 +8,8 @@ choice prompt "Pentium (or later) Controller board" help -config BR2_TARGET_I386 - bool "i386" +config BR2_TARGET_I686 + bool "i686" depends on BR2_i386 default y @@ -17,7 +17,7 @@ endchoice config BR2_BOARD_NAME string - default "i386" if BR2_TARGET_I386 + default "i686" if BR2_TARGET_I686 config BR2_BOARD_PATH string "Board Path" -- cgit v1.2.3