Config.in 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. comment "zfs needs a Linux kernel to be built"
  2. depends on !BR2_LINUX_KERNEL
  3. comment "zfs needs udev /dev management"
  4. depends on BR2_LINUX_KERNEL
  5. depends on !BR2_PACKAGE_HAS_UDEV
  6. config BR2_PACKAGE_ZFS
  7. bool "zfs"
  8. depends on BR2_LINUX_KERNEL
  9. depends on BR2_PACKAGE_HAS_UDEV
  10. depends on BR2_USE_MMU # util-linux (libblkid)
  11. depends on BR2_TOOLCHAIN_HAS_THREADS # libtirpc
  12. select BR2_LINUX_NEEDS_MODULES
  13. select BR2_PACKAGE_UTIL_LINUX
  14. select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
  15. select BR2_PACKAGE_UTIL_LINUX_LIBUUID
  16. select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
  17. select BR2_PACKAGE_LIBAIO
  18. select BR2_PACKAGE_OPENSSL
  19. select BR2_PACKAGE_ZLIB
  20. select BR2_PACKAGE_LIBCURL
  21. help
  22. OpenZFS on Linux and FreeBSD
  23. OpenZFS is an advanced file system and volume manager which
  24. was originally developed for Solaris and is now maintained by
  25. the OpenZFS community. This repository contains the code for
  26. running OpenZFS on Linux and FreeBSD.
  27. This package builds the kernel modules and userland utils
  28. required to operates with ZFS volumes.
  29. http://zfsonlinux.org/