2024-04-05 13:38:32 +02:00
|
|
|
From 699f9b75896b0208c22aa6315eb75d5f2acf68d1 Mon Sep 17 00:00:00 2001
|
2023-04-21 13:57:50 +02:00
|
|
|
From: Guillaume Gardet <guillaume.gardet@arm.com>
|
|
|
|
Date: Wed, 5 Apr 2023 14:25:29 +0200
|
2020-01-29 11:08:54 +01:00
|
|
|
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>
|
|
|
|
---
|
2023-04-21 13:57:50 +02:00
|
|
|
boot/Kconfig | 1 +
|
2020-01-29 11:08:54 +01:00
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
2023-04-21 13:57:50 +02:00
|
|
|
diff --git a/boot/Kconfig b/boot/Kconfig
|
2024-04-05 13:38:32 +02:00
|
|
|
index 3d7aabd27d..701e60922a 100644
|
2023-04-21 13:57:50 +02:00
|
|
|
--- a/boot/Kconfig
|
|
|
|
+++ b/boot/Kconfig
|
2024-04-05 13:38:32 +02:00
|
|
|
@@ -863,6 +863,7 @@ config DISTRO_DEFAULTS
|
2023-04-21 13:57:50 +02:00
|
|
|
select CMD_SYSBOOT
|
2020-01-29 11:08:54 +01:00
|
|
|
select HUSH_PARSER
|
|
|
|
select SYS_LONGHELP
|
|
|
|
+ imply CMD_BTRFS if !RISCV && !MIPS
|
2023-04-21 13:57:50 +02:00
|
|
|
help
|
2024-01-11 17:11:09 +01:00
|
|
|
Note: These scripts have been replaced by Standard Boot. Do not use
|
|
|
|
them on new boards. See 'Migrating from distro_boot' at
|