mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Disable Hyper-V on arm64
It unconditionally calls into the Hyper-V firmware. As most arm64 boards don't have said firmware disable it for now.
This commit is contained in:
parent
16c10e99b8
commit
fe36346a89
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ include "std.arm"
|
|||
include "std.broadcom"
|
||||
include "std.cavium"
|
||||
include "std.ec2"
|
||||
include "std.hyperv"
|
||||
#include "std.hyperv"
|
||||
include "std.hisilicon"
|
||||
include "std.imx"
|
||||
include "std.marvell"
|
||||
|
|
|
|||
Loading…
Reference in a new issue