mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct linprocfs/linsysfs arch check in r335672
Pointy hat to: emaste
This commit is contained in:
parent
964219664d
commit
408ab1bd65
1 changed files with 1 additions and 1 deletions
|
|
@ -491,7 +491,7 @@ SUBDIR+= iscsi
|
|||
SUBDIR+= iscsi_initiator
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} != "amd64" || \
|
||||
.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
|
||||
${MACHINE_CPUARCH} == "i386"
|
||||
SUBDIR+= linprocfs
|
||||
SUBDIR+= linsysfs
|
||||
|
|
|
|||
Loading…
Reference in a new issue