mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Enable NTFS and exFAT drivers for all targets (#3516)
Enable NTFS and exFAT drivers, as they're not in defconfigs of all platforms and may be useful when mounting removable drives. Fixes #2723 Co-authored-by: Jan Čermák <sairon@users.noreply.github.com>
This commit is contained in:
parent
1467cc5f64
commit
0c08acd2c3
@ -43,7 +43,8 @@ CONFIG_SQUASHFS=y
|
||||
CONFIG_SQUASHFS_XATTR=y
|
||||
CONFIG_SQUASHFS_LZ4=y
|
||||
CONFIG_BTRFS_FS=m
|
||||
|
||||
CONFIG_NTFS3_FS=m
|
||||
CONFIG_EXFAT_FS=m
|
||||
CONFIG_MD=y
|
||||
CONFIG_BLK_DEV_DM=y
|
||||
CONFIG_BLK_DEV_LOOP=y
|
||||
|
Loading…
x
Reference in New Issue
Block a user