diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-03-03 15:46:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-03-07 20:44:04 +0100 |
commit | 9bb871a0bb4c239239944d28bd4d5cfa19d84f62 (patch) | |
tree | b1c2eee95a3b475748c89d0075f604bb159a3271 /target/mips | |
parent | a4767b13763b91dfb0aa75d2985d63d7ed9cb64c (diff) |
add support for waldux
Diffstat (limited to 'target/mips')
-rw-r--r-- | target/mips/systems/qemu-mips | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/mips/systems/qemu-mips b/target/mips/systems/qemu-mips index 462e0c45d..d28eeab5f 100644 --- a/target/mips/systems/qemu-mips +++ b/target/mips/systems/qemu-mips @@ -1,9 +1,9 @@ config ADK_TARGET_SYSTEM_QEMU_MIPS bool "Qemu Emulator" select ADK_TARGET_QEMU - select ADK_TARGET_KERNEL_VMLINUZ if ADK_TARGET_KERNEL_VERSION_4_4 - select ADK_TARGET_KERNEL_VMLINUZ if ADK_TARGET_KERNEL_VERSION_4_3 - select ADK_TARGET_KERNEL_VMLINUZ if ADK_TARGET_KERNEL_VERSION_4_1 + select ADK_TARGET_KERNEL_VMLINUZ if ADK_TARGET_LINUX_KERNEL_VERSION_4_4 + select ADK_TARGET_KERNEL_VMLINUZ if ADK_TARGET_LINUX_KERNEL_VERSION_4_3 + select ADK_TARGET_KERNEL_VMLINUZ if ADK_TARGET_LINUX_KERNEL_VERSION_4_1 select ADK_TARGET_KERNEL_WITH_COMPRESSION help Qemu support for MIPS architecture. |