[openwrt/openwrt] gemini: select CONFIG_BLK_DEV_LOOP
LEDE Commits
lede-commits at lists.infradead.org
Tue Feb 10 23:48:18 PST 2026
linusw pushed a commit to openwrt/openwrt.git, branch openwrt-25.12:
https://git.openwrt.org/0a5e9bc6629f7f76e024f69acb9f2a412fc7003d
commit 0a5e9bc6629f7f76e024f69acb9f2a412fc7003d
Author: Linus Walleij <linusw at kernel.org>
AuthorDate: Tue Jan 27 20:52:37 2026 +0100
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
(cherry picked from commit b8dc7ac9c68d7e3e3a838c2ca32545c57642653b)
Link: https://github.com/openwrt/openwrt/pull/21973
Signed-off-by: Linus Walleij <linusw at kernel.org>
---
target/linux/gemini/config-6.12 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/gemini/config-6.12 b/target/linux/gemini/config-6.12
index 324fa5cd18..da7cec5cfe 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
More information about the lede-commits
mailing list