mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
- Enable fdisk build for MIPS
This commit is contained in:
parent
cb00f8cae5
commit
33df61e107
1 changed files with 4 additions and 0 deletions
|
|
@ -148,6 +148,10 @@ _fdisk= fdisk
|
|||
_mca= mca
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "mips"
|
||||
_fdisk= fdisk
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "sparc64"
|
||||
_sunlabel= sunlabel
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue