hc
2024-08-16 94ba65e25ce534ec0515708c9e0835242345bc7b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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/