diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-19 17:15:24 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-19 17:15:39 +0100 |
commit | fdc95fb65694d3178a754ebd62f7a6644146e999 (patch) | |
tree | b7b8b40ac1177169e88c47f67a96216d45e8f41e /target/mips/systems/qemu-mips | |
parent | 5f15cd1ef60cc4d8693610f91e3b49f722ed0b79 (diff) |
update older 2.6.x and 3.2.x kernels
Diffstat (limited to 'target/mips/systems/qemu-mips')
-rw-r--r-- | target/mips/systems/qemu-mips | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/mips/systems/qemu-mips b/target/mips/systems/qemu-mips index 898d6959d..462e0c45d 100644 --- a/target/mips/systems/qemu-mips +++ b/target/mips/systems/qemu-mips @@ -1,7 +1,9 @@ config ADK_TARGET_SYSTEM_QEMU_MIPS bool "Qemu Emulator" select ADK_TARGET_QEMU - select ADK_TARGET_KERNEL_VMLINUZ + 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_WITH_COMPRESSION help Qemu support for MIPS architecture. |