mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
ktls: Remove the KERN_TLS option from the i386 and amd64 LINT-NOIP kernel configurations.
Kernel TLS depends on INET or INET6 being enabled. Reported by: bz@ MFC after: 1 week Sponsored by: NVIDIA Networking
This commit is contained in:
parent
800a53b445
commit
9fd0d9b16e
2 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ makeoptions MKMODULESENV+="WITHOUT_INET_SUPPORT="
|
|||
makeoptions MKMODULESENV+="WITHOUT_INET6_SUPPORT="
|
||||
nooptions INET
|
||||
nooptions INET6
|
||||
nooptions KERN_TLS
|
||||
nodevice age
|
||||
nodevice alc
|
||||
nodevice ale
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ makeoptions MKMODULESENV+="WITHOUT_INET_SUPPORT="
|
|||
makeoptions MKMODULESENV+="WITHOUT_INET6_SUPPORT="
|
||||
nooptions INET
|
||||
nooptions INET6
|
||||
nooptions KERN_TLS
|
||||
nodevice age
|
||||
nodevice alc
|
||||
nodevice ale
|
||||
|
|
|
|||
Loading…
Reference in a new issue