1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-25 06:52:28 +02:00
openwrt-xburst/target/linux/xburst/patches-2.6.28/450-init.patch

11 lines
381 B
Diff
Raw Normal View History

--- a/init/do_mounts.c
+++ b/init/do_mounts.c
@@ -378,6 +378,7 @@ void __init prepare_namespace(void)
if (saved_root_name[0]) {
root_device_name = saved_root_name;
if (!strncmp(root_device_name, "mtd", 3) ||
2009-07-01 23:18:05 +03:00
+ !strncmp(root_device_name, "mmc", 3) ||
!strncmp(root_device_name, "ubi", 3)) {
mount_block_root(root_device_name, root_mountflags);
goto out;