projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b31e63a
)
Remove default value from choice in x86 config
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Thu, 29 Jan 2009 21:17:36 +0000
(21:17 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Thu, 29 Jan 2009 21:17:36 +0000
(21:17 -0000)
target/device/x86/Config.in
patch
|
blob
|
history
diff --git
a/target/device/x86/Config.in
b/target/device/x86/Config.in
index d2025340c5350693427758d21f4b493cc15defc4..0b88f7af97ce252bdc765d1b9d3f29e37a465c65 100644
(file)
--- a/
target/device/x86/Config.in
+++ b/
target/device/x86/Config.in
@@
-11,7
+11,6
@@
choice
config BR2_TARGET_I686
bool "i686"
depends on BR2_i386
- default y
endchoice