mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
If we carry our MODULES_WITH_WORLD, we probably also do not want
for installkernel to wipe them out later. So install them under /boot/modules if that is the case.
This commit is contained in:
parent
6de61153e8
commit
379e8aa7ec
1 changed files with 4 additions and 0 deletions
|
|
@ -115,7 +115,11 @@ BINGRP?= wheel
|
|||
BINMODE?= 555
|
||||
NOBINMODE?= 444
|
||||
|
||||
.if defined(MODULES_WITH_WORLD)
|
||||
KMODDIR?= /boot/modules
|
||||
.else
|
||||
KMODDIR?= /boot/kernel
|
||||
.endif
|
||||
KMODOWN?= ${BINOWN}
|
||||
KMODGRP?= ${BINGRP}
|
||||
KMODMODE?= ${BINMODE}
|
||||
|
|
|
|||
Loading…
Reference in a new issue