Add support for Btrfs (#1612)

Add support for Btrfs file system to the kernel to allow host OS and Add-ons to mount external disks formatted with it.
This commit is contained in:
annuges
2021-10-27 23:35:37 +00:00
committed by GitHub
parent ff07728fa3
commit 323cba6777

View File

@@ -15,6 +15,7 @@ CONFIG_VFAT_FS=y
CONFIG_SQUASHFS=y
CONFIG_SQUASHFS_XATTR=y
CONFIG_SQUASHFS_LZ4=y
CONFIG_BTRFS_FS=y
# CONFIG_SECCOMP is not set
CONFIG_AUDIT=y