mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 19:29:42 +02:00
kernel: fix automatic rootfs partition selection on 2.6.31
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18007 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
dd6a64aec6
commit
63b0dfc1a1
@ -207,7 +207,7 @@
|
|||||||
+ if (ROOT_DEV == 0) {
|
+ if (ROOT_DEV == 0) {
|
||||||
+ printk(KERN_NOTICE "mtd: partition \"rootfs\" "
|
+ printk(KERN_NOTICE "mtd: partition \"rootfs\" "
|
||||||
+ "set to be root filesystem\n");
|
+ "set to be root filesystem\n");
|
||||||
+ ROOT_DEV = MKDEV(MTD_BLOCK_MAJOR, i);
|
+ ROOT_DEV = MKDEV(MTD_BLOCK_MAJOR, slave->mtd.index);
|
||||||
+ }
|
+ }
|
||||||
+#endif
|
+#endif
|
||||||
+#ifdef CONFIG_MTD_ROOTFS_SPLIT
|
+#ifdef CONFIG_MTD_ROOTFS_SPLIT
|
||||||
|
Loading…
Reference in New Issue
Block a user