diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-05-02 21:03:16 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-05-02 21:03:16 +0000 |
commit | 6d277230cfce76058d5ca0c42e83e625132de1e9 (patch) | |
tree | 8cf6a426900e7d028d0e8a6f668f0da857219ad7 /target/linux/uml | |
parent | 6f7314977b77d0eaed71024ba30966be4b5c56c0 (diff) | |
download | upstream-6d277230cfce76058d5ca0c42e83e625132de1e9.tar.gz upstream-6d277230cfce76058d5ca0c42e83e625132de1e9.tar.bz2 upstream-6d277230cfce76058d5ca0c42e83e625132de1e9.zip |
target/uml: fix host processor type selection on x86_64 (proper fix for [13166])
SVN-Revision: 21318
Diffstat (limited to 'target/linux/uml')
-rw-r--r-- | target/linux/uml/config/x86_64 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/uml/config/x86_64 b/target/linux/uml/config/x86_64 index 6df42ff3ab..8ef700fe6e 100644 --- a/target/linux/uml/config/x86_64 +++ b/target/linux/uml/config/x86_64 @@ -54,8 +54,9 @@ CONFIG_LEGACY_PTYS=y CONFIG_LEGACY_PTY_COUNT=256 # CONFIG_MAC_PARTITION is not set CONFIG_MAGIC_SYSRQ=y +# CONFIG_MATOM is not set CONFIG_MCONSOLE=y -CONFIG_MCORE2=y +# CONFIG_MCORE2 is not set # CONFIG_MINI_FO is not set # CONFIG_MMAPPER is not set CONFIG_MK8=y |