mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Fix the acpi.ko path for boot.flp.
PR: misc/96466 Submitted by: Nobuyuki Koganemaru MFC after: 1 day
This commit is contained in:
parent
692f35fd4c
commit
deff04b4f7
1 changed files with 1 additions and 1 deletions
|
|
@ -1230,7 +1230,7 @@ makeFloppySet:
|
|||
IMAGEDIR= ${RD}/image.${FSIMAGE}
|
||||
BOOTDIR= ${RD}/trees/base/boot
|
||||
HINTSFILE= ${BOOTDIR}/device.hints
|
||||
ACPI_KO= ${BOOTDIR}/kernel/acpi.ko
|
||||
ACPI_KO= ${RD}/kernels/GENERIC/acpi.ko
|
||||
IMAGEFILE= ${RD}/floppies/${FSIMAGE}.flp
|
||||
.if defined(FDSIZE) && ${FDSIZE} == "SMALL"
|
||||
FLPSIZE= ${SMALLFLOPPYSIZE}
|
||||
|
|
|
|||
Loading…
Reference in a new issue