]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
gemini: select CONFIG_BLK_DEV_LOOP
authorLinus Walleij <linusw@kernel.org>
Tue, 27 Jan 2026 19:52:37 +0000 (20:52 +0100)
committerLinus Walleij <linusw@kernel.org>
Wed, 28 Jan 2026 07:22:25 +0000 (08:22 +0100)
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 <linusw@kernel.org>
target/linux/gemini/config-6.12

index 7887f003bc45c228ca0cc088df45e7da2c0cf571..27fd6d0d9d792cd0f129907651146f87899c9d0e 100644 (file)
@@ -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