mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Enable VIMAGE on arm64 again. A workaround for modules with static VNET
variables has been committed so these should work now. PR: 223670 Sponsored by: DARPA, AFRL
This commit is contained in:
parent
6040822c4e
commit
9fc89b6017
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
|
|||
|
||||
options SCHED_ULE # ULE scheduler
|
||||
options PREEMPTION # Enable kernel thread preemption
|
||||
#options VIMAGE # Subsystem virtualization, e.g. VNET
|
||||
options VIMAGE # Subsystem virtualization, e.g. VNET
|
||||
options INET # InterNETworking
|
||||
options INET6 # IPv6 communications protocols
|
||||
options IPSEC # IP (v4/v6) security
|
||||
|
|
|
|||
Loading…
Reference in a new issue