mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
MFC r202019:
Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms. # This is the resolution of removing it from DEFAULTS...
This commit is contained in:
parent
8c271f6707
commit
7578ff89fc
7 changed files with 7 additions and 1 deletions
|
|
@ -75,6 +75,7 @@ options MAC # TrustedBSD MAC Framework
|
|||
options FLOWTABLE # per-cpu routing cache
|
||||
#options KDTRACE_FRAME # Ensure frames are compiled in
|
||||
#options KDTRACE_HOOKS # Kernel DTrace hooks
|
||||
options INCLUDE_CONFIG_FILE # Include this file in kernel
|
||||
|
||||
# Make an SMP-capable kernel by default
|
||||
options SMP # Symmetric MultiProcessor Kernel
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@ options AUDIT # Security event auditing
|
|||
options MAC # TrustedBSD MAC Framework
|
||||
options FLOWTABLE # per-cpu routing cache
|
||||
#options KDTRACE_HOOKS # Kernel DTrace hooks
|
||||
options INCLUDE_CONFIG_FILE # Include this file in kernel
|
||||
|
||||
# To make an SMP kernel, the next two lines are needed
|
||||
options SMP # Symmetric MultiProcessor Kernel
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@ options UFS_DIRHASH # Hash-based directory lookup scheme
|
|||
options UFS_GJOURNAL # Enable gjournal-based UFS journaling
|
||||
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B RT extensions
|
||||
options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
|
||||
options INCLUDE_CONFIG_FILE # Include this file in kernel
|
||||
|
||||
# Various "busses"
|
||||
device firewire # FireWire bus code
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
|||
options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
|
||||
options AUDIT # Security event auditing
|
||||
options MAC # TrustedBSD MAC Framework
|
||||
options INCLUDE_CONFIG_FILE # Include this file in kernel
|
||||
|
||||
# To make an SMP kernel, the next two lines are needed
|
||||
#options SMP # Symmetric MultiProcessor Kernel
|
||||
|
|
|
|||
|
|
@ -66,6 +66,7 @@ options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
|
|||
options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
|
||||
options AUDIT # Security event auditing
|
||||
options MAC # TrustedBSD MAC Framework
|
||||
options INCLUDE_CONFIG_FILE # Include this file in kernel
|
||||
|
||||
# To make an SMP kernel, the next line is needed
|
||||
#options SMP # Symmetric MultiProcessor Kernel
|
||||
|
|
|
|||
|
|
@ -72,6 +72,7 @@ options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
|
|||
options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
|
||||
options AUDIT # Security event auditing
|
||||
options MAC # TrustedBSD MAC Framework
|
||||
options INCLUDE_CONFIG_FILE # Include this file in kernel
|
||||
|
||||
# Make an SMP-capable kernel by default
|
||||
options SMP # Symmetric MultiProcessor Kernel
|
||||
|
|
|
|||
|
|
@ -66,6 +66,7 @@ options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
|
|||
options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
|
||||
options AUDIT # Security event auditing
|
||||
options MAC # TrustedBSD MAC Framework
|
||||
options INCLUDE_CONFIG_FILE # Include this file in kernel
|
||||
|
||||
# Debugging for use in -current
|
||||
options KDB # Enable kernel debugger support.
|
||||
|
|
@ -219,4 +220,3 @@ device ccd
|
|||
# on most arches and in most cases 1000Hz pessimizes performance
|
||||
# its choice was not adequately researched
|
||||
options HZ=100
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue