diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-29 19:25:24 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-29 19:25:24 +0000 |
commit | 9d58dd738405382a85bedc94059f1180ba7ba388 (patch) | |
tree | 1dbfd28495d4bb73fea869fe4401cf10d3c637ad /target/device/x86/Config.in | |
parent | e87389229eb4537627322582510dd52fce312d3e (diff) |
Update x86 BSP to latest uclibc/linux/tools versions
Diffstat (limited to 'target/device/x86/Config.in')
-rw-r--r-- | target/device/x86/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
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" |