mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Move the _arlconfig define in the existing i386 section.
Suggested by: ru
This commit is contained in:
parent
d65c9ff559
commit
d67e2df265
1 changed files with 1 additions and 3 deletions
|
|
@ -242,14 +242,12 @@ _acpi= acpi
|
|||
.endif
|
||||
_apm= apm
|
||||
_apmd= apmd
|
||||
.if ${MACHINE} == "i386"
|
||||
_arlconfig= arlconfig
|
||||
.endif
|
||||
_asf= asf
|
||||
.if !defined(NO_BLUETOOTH)
|
||||
_bluetooth= bluetooth
|
||||
.endif
|
||||
.if ${MACHINE} == "i386"
|
||||
_arlconfig= arlconfig
|
||||
_boot0cfg= boot0cfg
|
||||
.endif
|
||||
.if ${MACHINE} == "pc98"
|
||||
|
|
|
|||
Loading…
Reference in a new issue