diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-09 23:12:06 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-09 23:12:06 +0000 |
commit | f1cfd9052b7889ee7a1f7699cd1616b1d647df8b (patch) | |
tree | 9f920158bc2525725dda79f13eef2bf5aafb59f4 /target/linux | |
parent | 445c5eeabd2d1321ecea2aa46405ecde4913cc04 (diff) |
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')
-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 89539ea2a..2801074e2 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 |