2021-02-17 08:37:34 +01:00
|
|
|
From 5b3fe80ea3daebde777533fc40bd071c860438b0 Mon Sep 17 00:00:00 2001
|
2020-01-29 11:08:54 +01:00
|
|
|
From: Matthias Brugger <mbrugger@suse.com>
|
|
|
|
Date: Fri, 17 Jan 2020 20:59:02 +0100
|
|
|
|
Subject: [PATCH] Kconfig: add btrfs to distro boot
|
|
|
|
|
|
|
|
Some distributions use btrfs as the default file system.
|
|
|
|
Enable btrfs support by default when using distro boot for all
|
|
|
|
architectures but riscv, as it breaks compilation due to size problems.
|
|
|
|
|
|
|
|
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
|
|
|
|
---
|
|
|
|
Kconfig | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
|
|
|
diff --git a/Kconfig b/Kconfig
|
2021-02-17 08:37:34 +01:00
|
|
|
index 6dc20ed25b..35e8dc7bad 100644
|
2020-01-29 11:08:54 +01:00
|
|
|
--- a/Kconfig
|
|
|
|
+++ b/Kconfig
|
2020-10-19 11:00:01 +02:00
|
|
|
@@ -143,6 +143,7 @@ config DISTRO_DEFAULTS
|
2020-01-29 11:08:54 +01:00
|
|
|
select HUSH_PARSER
|
|
|
|
select SUPPORT_RAW_INITRD
|
|
|
|
select SYS_LONGHELP
|
|
|
|
+ imply CMD_BTRFS if !RISCV && !MIPS
|
|
|
|
imply CMD_MII if NET
|
|
|
|
imply USB_STORAGE
|
|
|
|
imply USE_BOOTCOMMAND
|