68dfd09708
Removed 0001-Correct-a-flaw-in-the-Python-3-version-checking.patch because is already merged. Select libcurl as required dependency, because keylocation now supports https. OpenSSL was already a dependency, so libcurl will be built with https support. Add upstream patch to support uClibc. We update the test cases to use the latest LTS kernel, 5.15.x. Signed-off-by: José Luis Salvador Rufo <salvador.joseluis@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
comment "zfs needs a Linux kernel to be built"
|
|
depends on !BR2_LINUX_KERNEL
|
|
|
|
comment "zfs needs udev /dev management"
|
|
depends on BR2_LINUX_KERNEL
|
|
depends on !BR2_PACKAGE_HAS_UDEV
|
|
|
|
config BR2_PACKAGE_ZFS
|
|
bool "zfs"
|
|
depends on BR2_LINUX_KERNEL
|
|
depends on BR2_PACKAGE_HAS_UDEV
|
|
depends on BR2_USE_MMU # util-linux (libblkid)
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libtirpc
|
|
select BR2_PACKAGE_UTIL_LINUX
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
|
select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
|
|
select BR2_PACKAGE_LIBAIO
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_ZLIB
|
|
select BR2_PACKAGE_LIBCURL
|
|
help
|
|
OpenZFS on Linux and FreeBSD
|
|
|
|
OpenZFS is an advanced file system and volume manager which
|
|
was originally developed for Solaris and is now maintained by
|
|
the OpenZFS community. This repository contains the code for
|
|
running OpenZFS on Linux and FreeBSD.
|
|
|
|
This package builds the kernel modules and userland utils
|
|
required to operates with ZFS volumes.
|
|
|
|
http://zfsonlinux.org/
|