diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-09 23:12:06 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-09 23:12:06 +0000 |
commit | 6ba224a039f59dcd893bb88666ed2d197ade0b2a (patch) | |
tree | 74242ff0a8610552b355db447952f4383b3acda5 /target | |
parent | ac915623a6229cc9da80b7e3c1566bc18616515c (diff) | |
download | upstream-6ba224a039f59dcd893bb88666ed2d197ade0b2a.tar.gz upstream-6ba224a039f59dcd893bb88666ed2d197ade0b2a.tar.bz2 upstream-6ba224a039f59dcd893bb88666ed2d197ade0b2a.zip |
Add missing config symbol when building uml on amd64 hosts, it would keep asking for host machine type
SVN-Revision: 13166
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/uml/config/x86_64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/uml/config/x86_64 b/target/linux/uml/config/x86_64 index 89539ea2aa..2801074e2c 100644 --- a/target/linux/uml/config/x86_64 +++ b/target/linux/uml/config/x86_64 @@ -54,6 +54,7 @@ CONFIG_LEGACY_PTY_COUNT=256 # CONFIG_MAC_PARTITION is not set CONFIG_MAGIC_SYSRQ=y CONFIG_MCONSOLE=y +CONFIG_MCORE2=y # CONFIG_MINI_FO is not set # CONFIG_MMAPPER is not set CONFIG_MK8=y |