mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix the various qemu configs to be buildable.
This commit is contained in:
parent
305b5a14e4
commit
481023b97c
7 changed files with 14 additions and 14 deletions
|
|
@ -29,6 +29,6 @@
|
|||
NANO_ARCH=amd64
|
||||
NANO_NAME=qemu-amd64
|
||||
|
||||
qemu_env
|
||||
. common # Pull in common definitions
|
||||
|
||||
. common # Pull in common definitions, keep last
|
||||
qemu_env
|
||||
|
|
|
|||
|
|
@ -29,6 +29,6 @@
|
|||
NANO_ARCH=i386
|
||||
NANO_NAME=qemu-i386
|
||||
|
||||
qemu_env
|
||||
. common # Pull in common definitions
|
||||
|
||||
. common # Pull in common definitions, keep last
|
||||
qemu_env
|
||||
|
|
|
|||
|
|
@ -31,6 +31,6 @@ NANO_KERNEL=MALTA
|
|||
NANO_DRIVE=ada0
|
||||
NANO_NAME=qemu-mips
|
||||
|
||||
qemu_env
|
||||
. common # Pull in common definitions
|
||||
|
||||
. common # Pull in common definitions, keep last
|
||||
qemu_env
|
||||
|
|
|
|||
|
|
@ -31,6 +31,6 @@ NANO_KERNEL=MALTA64
|
|||
NANO_DRIVE=ada0
|
||||
NANO_NAME=qemu-mips64
|
||||
|
||||
qemu_env
|
||||
. common # Pull in common definitions
|
||||
|
||||
. common # Pull in common definitions, keep last
|
||||
qemu_env
|
||||
|
|
|
|||
|
|
@ -32,6 +32,6 @@ NANO_KERNEL=GENERIC
|
|||
NANO_DRIVE=ada0
|
||||
NANO_NAME=qemu-powerpc
|
||||
|
||||
qemu_env
|
||||
. common # Pull in common definitions
|
||||
|
||||
. common # Pull in common definitions, keep last
|
||||
qemu_env
|
||||
|
|
|
|||
|
|
@ -31,6 +31,6 @@ NANO_KERNEL=GENERIC64
|
|||
NANO_DRIVE=ada0
|
||||
NANO_NAME=qemu-powerpc64
|
||||
|
||||
NANO_DISKIMAGE_FORMAT=qcow2
|
||||
. common # Pull in common definitions
|
||||
|
||||
. common # Pull in common definitions, keep last
|
||||
qemu_env
|
||||
|
|
|
|||
|
|
@ -31,6 +31,6 @@ NANO_KERNEL=GENERIC
|
|||
NANO_DRIVE=ada0
|
||||
NANO_NAME=qemu-sparc64
|
||||
|
||||
qemu_env
|
||||
. common # Pull in common definitions
|
||||
|
||||
. common # Pull in common definitions, keep last
|
||||
qemu_env
|
||||
|
|
|
|||
Loading…
Reference in a new issue