diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-02 16:55:49 -0500 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-02 16:56:13 -0500 |
| commit | 46dfd26bf7d2c4065079ccab68105f20da419be7 (patch) | |
| tree | fbece882ffb6f3a4819a8ae0fedb5d198a60f14f | |
| parent | 2a6b760a3871343845cb2246cddf1e484d3b7ea5 (diff) | |
add a CPU type, otherwise NPTL is not selected, reported in #openadk
| -rw-r--r-- | target/x86/systems/generic-pc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/x86/systems/generic-pc b/target/x86/systems/generic-pc index 701d4147e..c1f286b1e 100644 --- a/target/x86/systems/generic-pc +++ b/target/x86/systems/generic-pc @@ -1,7 +1,8 @@ config ADK_TARGET_SYSTEM_GENERIC_PC bool "Generic PC" + select ADK_CPU_I686 select ADK_TARGET_KERNEL_BZIMAGE select ADK_PACKAGE_GRUB help - Support for generic PC. + Example config for generic i686 based PC. |
