mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
DEFAULTS: move intrng to DEFAULTS for its platforms.
Sponsored by: Netflix Reviewed by: manu, kevans Differential Revision: https://reviews.freebsd.org/D37107
This commit is contained in:
parent
eca818c872
commit
d4f6b11f66
7 changed files with 3 additions and 5 deletions
|
|
@ -7,4 +7,4 @@ device mem
|
|||
|
||||
# Default congestion control algorithm
|
||||
options CC_CUBIC # include CUBIC congestion control
|
||||
|
||||
options INTRNG # All arm systems use INTRNG these days
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
options HZ=1000
|
||||
options INTRNG # All arm systems use INTRNG these days
|
||||
options PREEMPTION # Enable kernel thread preemption
|
||||
options VIMAGE # Subsystem virtualization, e.g. VNET
|
||||
options INET # InterNETworking
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
options HZ=1000
|
||||
options INTRNG # All arm systems use INTRNG these days
|
||||
options PREEMPTION # Enable kernel thread preemption
|
||||
options VIMAGE # Subsystem virtualization, e.g. VNET
|
||||
options INET # InterNETworking
|
||||
|
|
|
|||
|
|
@ -17,3 +17,4 @@ options GEOM_PART_GPT
|
|||
options CC_CUBIC # include CUBIC congestion control
|
||||
|
||||
options NEW_PCIB
|
||||
options INTRNG
|
||||
|
|
|
|||
|
|
@ -65,7 +65,6 @@ options VFP # Floating-point support
|
|||
options RACCT # Resource accounting framework
|
||||
options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
|
||||
options RCTL # Resource limits
|
||||
options INTRNG
|
||||
options LINUX_BOOT_ABI # Boot using booti command from U-Boot
|
||||
options PERTHREAD_SSP # Per-thread SSP canary
|
||||
|
||||
|
|
|
|||
|
|
@ -17,3 +17,4 @@ options GEOM_PART_GPT
|
|||
options CC_CUBIC # include CUBIC congestion control
|
||||
|
||||
options NEW_PCIB
|
||||
options INTRNG
|
||||
|
|
|
|||
|
|
@ -77,7 +77,6 @@ options RACCT # Resource accounting framework
|
|||
options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
|
||||
options RCTL # Resource limits
|
||||
options SMP
|
||||
options INTRNG
|
||||
|
||||
# RISC-V SBI console
|
||||
device rcons
|
||||
|
|
|
|||
Loading…
Reference in a new issue