Revert "linux-virtualization: expand lxc config support"
While BTRFS can be useful on server-class systems (e.g. RAID-based or
snapshot-heavy setups), enabling it unconditionally is not appropriate
for typical embedded systems. It introduces unnecessary kernel
complexity, pulls in RAID6 support, and increases kernel boot time by
approximately 0.7 seconds.
This reverts commit 503e50f392.
Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
parent
fbda81187c
commit
5f5bf6c089
|
|
@ -60,8 +60,6 @@ CONFIG_UNIX_DIAG=m
|
|||
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
|
||||
CONFIG_NETLINK_DIAG=m
|
||||
CONFIG_MACVLAN=y
|
||||
CONFIG_BTRFS_FS=y
|
||||
CONFIG_BTRFS_FS_POSIX_ACL=y
|
||||
CONFIG_BPF_SYSCALL=y
|
||||
CONFIG_CGROUP_BPF=y
|
||||
CONFIG_CFS_BANDWIDTH=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue