mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
bnxt: Remove from LINT
Until bnxt is fixed on i386, remove it from its lint. Create a new section of the config file for things that work everywhere, except i386. Sponsored by: Netflix
This commit is contained in:
parent
eb40e3e757
commit
105019e0d6
1 changed files with 6 additions and 1 deletions
|
|
@ -885,4 +885,9 @@ options VM_KMEM_SIZE
|
|||
options VM_KMEM_SIZE_MAX
|
||||
options VM_KMEM_SIZE_SCALE
|
||||
|
||||
|
||||
|
||||
#####################################################################
|
||||
# Items broken on i386 that are generally available elsewhere
|
||||
|
||||
# Device uses bus_read_8 and friends, so can't work. Remove it from lint.
|
||||
nodevice bnxt
|
||||
|
|
|
|||
Loading…
Reference in a new issue