Skip to content

Commit

Permalink
Add NTFS, exFAT and XFS kernel filesystems support (homeassistant#2723)
Browse files Browse the repository at this point in the history
  • Loading branch information
lamauny committed Aug 11, 2024
1 parent 0452965 commit d9b4f3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildroot-external/kernel/v6.6.y/hassos.config
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ CONFIG_SQUASHFS=y
CONFIG_SQUASHFS_XATTR=y
CONFIG_SQUASHFS_LZ4=y
CONFIG_BTRFS_FS=m
CONFIG_NTFS_FS=m
CONFIG_NTFS3_FS=m
CONFIG_EXFAT_FS=m
CONFIG_FUSE_FS=m
CONFIG_XFS_FS=m

CONFIG_MD=y
CONFIG_BLK_DEV_DM=y
Expand Down

0 comments on commit d9b4f3b

Please sign in to comment.