1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-19 17:08:12 +03:00
openwrt-xburst/target/linux/rdc/patches-2.6.25/003-rootfstype.patch

12 lines
221 B
Diff
Raw Normal View History

--- a/init/do_mounts.c
+++ b/init/do_mounts.c
@@ -163,6 +163,8 @@
{
char *s = page;
+ if (!root_fs_names)
+ root_fs_names = "squashfs,jffs2";
if (root_fs_names) {
strcpy(page, root_fs_names);
while (*s++) {