Skip to content

Commit

Permalink
kernel: use zfs compatible with 6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ader1990 committed Oct 30, 2024
1 parent c54f0e6 commit b4840f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ else
ZFS_KERNEL_DEP="${ZFS_KERNEL_COMPAT_OVERRIDE:-${ZFS_KERNEL_COMPAT}}"
ZFS_KERNEL_DEP="${ZFS_KERNEL_DEP%%.*}.$(( ${ZFS_KERNEL_DEP##*.} + 1))"

if [[ ${PV} != *_rc* ]] ; then
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~sparc"
if [[ ${PV} != *_rx* ]] ; then
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~sparc"
fi
fi

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ else
SRC_URI+=" verify-sig? ( https://github.com/openzfs/${PN}/releases/download/${MY_P}/${MY_P}.tar.gz.asc )"
S="${WORKDIR}/${MY_P}"

if [[ ${PV} != *_rc* ]]; then
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~sparc"
if [[ ${PV} != *_rz* ]]; then
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~sparc"
fi
fi

Expand Down

0 comments on commit b4840f1

Please sign in to comment.