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 | 7b4aa865605a9ec637402f301c5f8a18f8b288f8 (patch) | |
tree | 00fda75150a2677b81119fc88c0818af95d1b77c /target | |
parent | e7dc2bd0841fbee447f7b3dbfc96efa9a55233b6 (diff) | |
download | upstream-7b4aa865605a9ec637402f301c5f8a18f8b288f8.tar.gz upstream-7b4aa865605a9ec637402f301c5f8a18f8b288f8.tar.bz2 upstream-7b4aa865605a9ec637402f301c5f8a18f8b288f8.zip |
target/uml: fix host processor type selection on x86_64 (proper fix for [13166])
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21318 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |