Explorar o código

qemu-mips: use vmlinuz kernel

Waldemar Brodkorb %!s(int64=6) %!d(string=hai) anos
pai
achega
0b258a746d
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      target/mips/systems/qemu-mips

+ 1 - 3
target/mips/systems/qemu-mips

@@ -1,9 +1,7 @@
 config ADK_TARGET_SYSTEM_QEMU_MIPS
 	bool "Qemu Emulator"
 	select ADK_TARGET_QEMU
-	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_VMLINUZ
 	select ADK_TARGET_KERNEL_WITH_COMPRESSION
 	help
 	  Qemu support for MIPS architecture.