]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - copy-builtin
Add missing dependencies to ./copy-builtin
[mirror_zfs-debian.git] / copy-builtin
index a053fd8a37aa06b93ca5520ee7559fc8d2967915..164e81e1ad63474423015486fa56d4beffd96aad 100755 (executable)
@@ -61,6 +61,9 @@ cat > "$KERNEL_DIR/fs/zfs/Kconfig" <<"EOF"
 config ZFS
        tristate "ZFS"
        depends on SPL
+       depends on EFI_PARTITION
+       select ZLIB_INFLATE
+       select ZLIB_DEFLATE
        help
          This is the ZFS filesystem from the ZFS On Linux project.