From a0e006b86b435e15c7ce4580a952f7ec6f7895fb Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 5 Aug 2009 13:48:22 +0000 Subject: [rdc] add experimental support for 2.6.30 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17131 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/rdc/patches-2.6.30/003-rootfstype.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 target/linux/rdc/patches-2.6.30/003-rootfstype.patch (limited to 'target/linux/rdc/patches-2.6.30/003-rootfstype.patch') diff --git a/target/linux/rdc/patches-2.6.30/003-rootfstype.patch b/target/linux/rdc/patches-2.6.30/003-rootfstype.patch new file mode 100644 index 000000000..386e63897 --- /dev/null +++ b/target/linux/rdc/patches-2.6.30/003-rootfstype.patch @@ -0,0 +1,11 @@ +--- a/init/do_mounts.c ++++ b/init/do_mounts.c +@@ -189,6 +189,8 @@ static void __init get_fs_names(char *pa + { + char *s = page; + ++ if (!root_fs_names) ++ root_fs_names = "squashfs,jffs2"; + if (root_fs_names) { + strcpy(page, root_fs_names); + while (*s++) { -- cgit v1.2.3