From c6fa17beaed5d861c50eb96da183c1d5bf568344 Mon Sep 17 00:00:00 2001 From: Ian Lepore Date: Mon, 21 Mar 2016 23:32:13 +0000 Subject: [PATCH] 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. --- sys/conf/kern.opts.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/conf/kern.opts.mk b/sys/conf/kern.opts.mk index d1d2d045c3f..17915ffc951 100644 --- a/sys/conf/kern.opts.mk +++ b/sys/conf/kern.opts.mk @@ -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 -- 2.45.2