From: Linus Walleij Date: Tue, 27 Jan 2026 19:52:37 +0000 (+0100) Subject: gemini: select CONFIG_BLK_DEV_LOOP X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8dc7ac9c68d7e3e3a838c2ca32545c57642653b;p=thirdparty%2Fopenwrt.git gemini: select CONFIG_BLK_DEV_LOOP The gemini is using split squashfs/jffs2 root filesystems on all devices, so without CONFIG_BLK_DEV_LOOP the device does not gain a writeable root filesystem with these boot messages: mount_root: unable to create loop device mount_root: jffs2 not ready yet, using temporary tmpfs overlay and then it never gets out of that. Fix this so we get writeable rootfs again. Link: https://github.com/openwrt/openwrt/pull/21748 Signed-off-by: Linus Walleij --- diff --git a/target/linux/gemini/config-6.12 b/target/linux/gemini/config-6.12 index 7887f003bc4..27fd6d0d9d7 100644 --- a/target/linux/gemini/config-6.12 +++ b/target/linux/gemini/config-6.12 @@ -28,6 +28,7 @@ CONFIG_ATA_FORCE=y CONFIG_ATA_VERBOSE_ERROR=y CONFIG_AUTO_ZRELADDR=y CONFIG_BINFMT_FLAT_ARGVP_ENVP_ON_STACK=y +CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_SD=y CONFIG_BLK_MQ_PCI=y CONFIG_BLK_PM=y