mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove ndis(4) remnants from kernel configs
Unbreaks LINT kernels.
This commit is contained in:
parent
1fc148624f
commit
b42a2ea558
4 changed files with 0 additions and 11 deletions
|
|
@ -684,11 +684,6 @@ options VM_KMEM_SIZE
|
|||
options VM_KMEM_SIZE_MAX
|
||||
options VM_KMEM_SIZE_SCALE
|
||||
|
||||
# Enable NDIS binary driver support
|
||||
options NDISAPI
|
||||
device ndis
|
||||
|
||||
|
||||
# GCOV (code coverage) support
|
||||
|
||||
options LINDEBUGFS
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@ COMPAT_FREEBSD32 opt_global.h
|
|||
COMPAT_LINUX32 opt_compat.h
|
||||
LINPROCFS opt_dontuse.h
|
||||
LINSYSFS opt_dontuse.h
|
||||
NDISAPI opt_dontuse.h
|
||||
|
||||
TIMER_FREQ opt_clock.h
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ COMPAT_AOUT opt_dontuse.h
|
|||
COMPAT_LINUX opt_dontuse.h
|
||||
LINPROCFS opt_dontuse.h
|
||||
LINSYSFS opt_dontuse.h
|
||||
NDISAPI opt_dontuse.h
|
||||
|
||||
# Change KVM size. Changes things all over the kernel.
|
||||
KVA_PAGES opt_global.h
|
||||
|
|
|
|||
|
|
@ -887,10 +887,6 @@ options LINPROCFS
|
|||
# and PSEUDOFS)
|
||||
options LINSYSFS
|
||||
|
||||
# Enable NDIS binary driver support
|
||||
options NDISAPI
|
||||
device ndis
|
||||
|
||||
|
||||
#####################################################################
|
||||
# VM OPTIONS
|
||||
|
|
|
|||
Loading…
Reference in a new issue