mirror of
https://github.com/opnsense/src.git
synced 2026-03-27 21:23:11 -04:00
Make sure that we define DTB{OWN,GRP,MODE} so install works.
Submitted by: Guy Yur
This commit is contained in:
parent
3e7ec4b67d
commit
ef6fcdc651
1 changed files with 3 additions and 0 deletions
|
|
@ -46,6 +46,9 @@ SYSDIR= ${_dir}
|
|||
.PATH: ${SYSDIR}/gnu/dts/${MACHINE} ${SYSDIR}/boot/fdt/dts/${MACHINE}
|
||||
|
||||
DTBDIR?=/boot/dtb
|
||||
DTBOWN?=root
|
||||
DTBGRP?=wheel
|
||||
DTBMODE?=444
|
||||
DTB=${DTS:R:S/$/.dtb/}
|
||||
|
||||
all: ${DTB}
|
||||
|
|
|
|||
Loading…
Reference in a new issue