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 | 0dc139ac310631880f54fd01f779ef139cfb7a1a (patch) | |
tree | 9f920158bc2525725dda79f13eef2bf5aafb59f4 /target/linux/uml/config/x86_64 | |
parent | df2acb274607ec74480da4ab654441c0bd4c2803 (diff) | |
download | master-187ad058-0dc139ac310631880f54fd01f779ef139cfb7a1a.tar.gz master-187ad058-0dc139ac310631880f54fd01f779ef139cfb7a1a.tar.bz2 master-187ad058-0dc139ac310631880f54fd01f779ef139cfb7a1a.zip |
Add missing config symbol when building uml on amd64 hosts, it would keep asking for host machine type
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13166 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/uml/config/x86_64')
-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 |