Finally move 2.6.25 patches to patch-2.6.25 for compatibility with other kernel version
[openwrt-10.03/.git] / target / linux / rdc / patches-2.6.25 / 003-rootfstype.patch
1 --- a/init/do_mounts.c
2 +++ b/init/do_mounts.c
3 @@ -163,6 +163,8 @@
4  {
5         char *s = page;
6  
7 +       if (!root_fs_names)
8 +               root_fs_names = "squashfs,jffs2";
9         if (root_fs_names) {
10                 strcpy(page, root_fs_names);
11                 while (*s++) {