projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix squashfs on 2.6.24
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.23
/
065-rootfs_split.patch
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
25648f6
..
8680f19
100644
(file)
--- 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_squas
h
fs: no squashfs found in \"%s\"\n",
+ master->name);
+ *split_offset = 0;
+ return 0;
This page took
0.022052 seconds
and
4
git commands to generate.