]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ixp4xx: select CONFIG_BLK_DEV_LOOP
authorLinus Walleij <linusw@kernel.org>
Wed, 28 Jan 2026 00:31:38 +0000 (01:31 +0100)
committerLinus Walleij <linusw@kernel.org>
Wed, 28 Jan 2026 17:59:16 +0000 (18:59 +0100)
The ixp4xx is using split squashfs/jffs2 root filesystems on
some 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/21749
Signed-off-by: Linus Walleij <linusw@kernel.org>
target/linux/ixp4xx/config-6.12

index 7e2f36278133de259d96263be60a576afb279961..e3e593d5c13ce7fc1f51eaad0a679e7ea3a329bf 100644 (file)
@@ -28,6 +28,7 @@ CONFIG_ATA=y
 CONFIG_ATAGS=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_BUFFER_HEAD=y