kumquat-buildroot/package/zfs/Config.in
José Luis Salvador Rufo 4470bc9914 package/zfs: new package
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.

http://zfsonlinux.org/

Signed-off-by: José Luis Salvador Rufo <salvador.joseluis@gmail.com>
[me:
  - fix test case on how to use a pre-built toolchain
  - reorder the test case config
  - add test case with glibc
  - drop superflous test timeout override
  - only select libtirpc when C library lacks native RPC
  - drop unused ZFS_MODULES variable
  - drop ZFS_CPE_ID_PREFIX and ZFS_AUTORECONF_OPTS which are defaults
  - drop NLS options, already set in a generic manner
  - drop incomplete/improper sysvinit support
  - some cosmetics
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-04-13 23:08:17 +02:00

33 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
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/