Build the zfs module on armv6, but not on older arm.

There have been reports in the past that zfs works on armv6, and now people
are wanting to test it again, so let's give them something to work with.
This commit is contained in:
ian 2016-03-21 23:32:13 +00:00
parent 3f881fc554
commit b959fde0c8

View File

@ -65,9 +65,8 @@ __DEFAULT_NO_OPTIONS:= ${__DEFAULT_NO_OPTIONS:NFAST_DEPEND}
# Things that don't work based on the CPU
.if ${MACHINE_CPUARCH} == "arm"
BROKEN_OPTIONS+= ZFS
. if ${MACHINE_ARCH:Marmv6*} == ""
BROKEN_OPTIONS+= CDDL
BROKEN_OPTIONS+= CDDL ZFS
. endif
.endif