[Buildroot] [PATCH 1/2] configs/roseapplypi_defconfig: really change to ext4 rootfs

Peter Korsgaard peter at korsgaard.com
Thu Jan 13 17:47:18 UTC 2022


Commit b8aebcfd823f83c16 (configs/roseapplypi_defconfig: bump kernel to
5.15.10) adjusted the board to use an ext4 rootfs, but forgot to update the
defconfig to enable ext4 rootfs, breaking the build. Correct that.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 configs/roseapplepi_defconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configs/roseapplepi_defconfig b/configs/roseapplepi_defconfig
index f4efacf80d..00bdf69d8a 100644
--- a/configs/roseapplepi_defconfig
+++ b/configs/roseapplepi_defconfig
@@ -21,7 +21,8 @@ BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="owl-s500-roseapplepi"
 
 # Filesystem / image
-BR2_TARGET_ROOTFS_INITRAMFS=y
+BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT2_4=y
 # BR2_TARGET_ROOTFS_TAR is not set
 
 # Bootloaders
-- 
2.20.1




More information about the buildroot mailing list