summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-10-27 19:41:20 +0000
committerJohn Crispin <john@openwrt.org>2007-10-27 19:41:20 +0000
commit39679eba93bf5cc88669287952444fe59764e125 (patch)
tree213c1b9ff81bca1a4f6983a322127e5483def861 /target
parentddd93e2b57dbe3fef9c97ad374fa6a0c6336a389 (diff)
downloadmaster-31e0f0ae-39679eba93bf5cc88669287952444fe59764e125.tar.gz
master-31e0f0ae-39679eba93bf5cc88669287952444fe59764e125.tar.bz2
master-31e0f0ae-39679eba93bf5cc88669287952444fe59764e125.zip
fixed typo in generic squashfs split patch ... shame on you :)
SVN-Revision: 9455
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic-2.6/patches-2.6.23/065-rootfs_split.patch2
1 files changed, 1 insertions, 1 deletions
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;