mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
opts: fix silly typo
It's powerpcspe not powerpcspc
Pointy Hat To: imp
Noticed by: jhibbits
Fixes: 41cf798e82
Sponsored by: Netflix
This commit is contained in:
parent
41cf798e82
commit
3916fdd2f2
2 changed files with 2 additions and 2 deletions
|
|
@ -357,7 +357,7 @@ BROKEN_OPTIONS+= OFED
|
|||
.endif
|
||||
|
||||
# ZFS is broken on 32-bit powerpc (missing atomics), but works on 64-bit
|
||||
.if ${__T} == "powerpc" || ${__T} == "powerpcspc"
|
||||
.if ${__T} == "powerpc" || ${__T} == "powerpcspe"
|
||||
BROKEN_OPTIONS+= ZFS LOADER_ZFS
|
||||
.endif
|
||||
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ BROKEN_OPTIONS+= INIT_ALL_ZERO
|
|||
.endif
|
||||
|
||||
# ZFS is broken on 32-bit powerpc, missing atomics
|
||||
.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpcspc"
|
||||
.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpcspe"
|
||||
BROKEN_OPTIONS+= ZFS
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue