mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 23:16:31 +00:00
Compile Btrfs support as a module (#1623)
We don't use Btrfs as root file system, so there is no need to have it compiled in by default.
This commit is contained in:
parent
6a8b69f793
commit
8058392043
@ -15,7 +15,7 @@ CONFIG_VFAT_FS=y
|
||||
CONFIG_SQUASHFS=y
|
||||
CONFIG_SQUASHFS_XATTR=y
|
||||
CONFIG_SQUASHFS_LZ4=y
|
||||
CONFIG_BTRFS_FS=y
|
||||
CONFIG_BTRFS_FS=m
|
||||
|
||||
# CONFIG_SECCOMP is not set
|
||||
CONFIG_AUDIT=y
|
||||
@ -31,7 +31,6 @@ CONFIG_MSDOS_PARTITION=y
|
||||
|
||||
# CONFIG_LOGO is not set
|
||||
# CONFIG_DEBUG_STACK_USAGE is not set
|
||||
# CONFIG_BTRFS_FS is not set
|
||||
|
||||
CONFIG_TUN=y
|
||||
CONFIG_VLAN_8021Q=m
|
||||
|
Loading…
x
Reference in New Issue
Block a user