projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add mini_fo locking fix from #5864
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.31
/
065-rootfs_split.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.31/065-rootfs_split.patch
b/target/linux/generic-2.6/patches-2.6.31/065-rootfs_split.patch
index
a642dee
..
50ca25c
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.31/065-rootfs_split.patch
+++ b/
target/linux/generic-2.6/patches-2.6.31/065-rootfs_split.patch
@@
-207,7
+207,7
@@
+ if (ROOT_DEV == 0) {
+ printk(KERN_NOTICE "mtd: partition \"rootfs\" "
+ "set to be root filesystem\n");
+ if (ROOT_DEV == 0) {
+ printk(KERN_NOTICE "mtd: partition \"rootfs\" "
+ "set to be root filesystem\n");
-+ ROOT_DEV = MKDEV(MTD_BLOCK_MAJOR,
i
);
++ ROOT_DEV = MKDEV(MTD_BLOCK_MAJOR,
slave->mtd.index
);
+ }
+#endif
+#ifdef CONFIG_MTD_ROOTFS_SPLIT
+ }
+#endif
+#ifdef CONFIG_MTD_ROOTFS_SPLIT
This page took
0.024964 seconds
and
4
git commands to generate.