From 9a9b8864bd6c551594d3f42755f6e4f2dbc1546d Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 27 Oct 2007 19:41:20 +0000 Subject: fixed typo in generic squashfs split patch ... shame on you :) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9455 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic-2.6/patches-2.6.23/065-rootfs_split.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target') 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 25648f656d..8680f19589 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; -- cgit v1.2.3