X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/58242e54174506f2426d122a1b0d4c1abd0b755f..7cf95eb8c6da45e293f61d91899d7b4dd41dd67e:/target/linux/generic-2.6/patches-2.6.23/065-rootfs_split.patch?ds=sidebyside diff --git a/target/linux/generic-2.6/patches-2.6.23/065-rootfs_split.patch b/target/linux/generic-2.6/patches-2.6.23/065-rootfs_split.patch index 25648f656..8680f1958 100644 --- a/target/linux/generic-2.6/patches-2.6.23/065-rootfs_split.patch +++ b/target/linux/generic-2.6/patches-2.6.23/065-rootfs_split.patch @@ -232,7 +232,7 @@ Index: linux-2.6.23-rc6/drivers/mtd/mtdpart.c + } + + if (*((u32 *) buf) != SQUASHFS_MAGIC) { -+ printk(KERN_ALERT "split_squasfs: no squashfs found in \"%s\"\n", ++ printk(KERN_ALERT "split_squashfs: no squashfs found in \"%s\"\n", + master->name); + *split_offset = 0; + return 0;