mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Reenable ndis in the LINT build now that it has been updated for USB. Thanks to
HPS and Weongyo.
This commit is contained in:
parent
e55e1ebc35
commit
663963b1d2
2 changed files with 4 additions and 4 deletions
|
|
@ -509,5 +509,5 @@ options VM_KMEM_SIZE_MAX
|
|||
options VM_KMEM_SIZE_SCALE
|
||||
|
||||
# Enable NDIS binary driver support
|
||||
#options NDISAPI
|
||||
#device ndis
|
||||
options NDISAPI
|
||||
device ndis
|
||||
|
|
|
|||
|
|
@ -882,8 +882,8 @@ options DEBUG_SVR4 # enable verbose debugging
|
|||
device streams # STREAMS network driver (required for svr4).
|
||||
|
||||
# Enable NDIS binary driver support
|
||||
#options NDISAPI
|
||||
#device ndis
|
||||
options NDISAPI
|
||||
device ndis
|
||||
|
||||
|
||||
#####################################################################
|
||||
|
|
|
|||
Loading…
Reference in a new issue