summaryrefslogtreecommitdiffstats
path: root/target/linux/rdc-2.6/patches/003-rootfstype.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-04-09 08:13:58 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-04-09 08:13:58 +0000
commit8ff49aed398fe2682088d02f38838d703ced0746 (patch)
treeb81d8906856e62e657747c53d4ee08b1eabb70dd /target/linux/rdc-2.6/patches/003-rootfstype.patch
parentb5a6f01ec053aee4ad078eb523c0ed7e2f22cbfc (diff)
downloadmaster-31e0f0ae-8ff49aed398fe2682088d02f38838d703ced0746.tar.gz
master-31e0f0ae-8ff49aed398fe2682088d02f38838d703ced0746.tar.bz2
master-31e0f0ae-8ff49aed398fe2682088d02f38838d703ced0746.zip
Fresh fixes for rdc from sn9, thanks !
SVN-Revision: 6911
Diffstat (limited to 'target/linux/rdc-2.6/patches/003-rootfstype.patch')
-rw-r--r--target/linux/rdc-2.6/patches/003-rootfstype.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/rdc-2.6/patches/003-rootfstype.patch b/target/linux/rdc-2.6/patches/003-rootfstype.patch
new file mode 100644
index 0000000000..c0ac6ad3db
--- /dev/null
+++ b/target/linux/rdc-2.6/patches/003-rootfstype.patch
@@ -0,0 +1,22 @@
+--- linux-2.6.19.2/init/do_mounts.c 2007-01-10 11:10:37.000000000 -0800
++++ foo/init/do_mounts.c 2007-04-05 13:15:37.000000000 -0700
+@@ -243,6 +243,8 @@
+ {
+ char *s = page;
+
++ if (!root_fs_names)
++ root_fs_names = "squashfs,jffs2";
+ if (root_fs_names) {
+ strcpy(page, root_fs_names);
+ while (*s++) {
+--- linux-2.6.19.2/init/do_mounts.c 2007-01-10 11:10:37.000000000 -0800
++++ foo/init/do_mounts.c 2007-04-05 13:15:37.000000000 -0700
+@@ -243,6 +243,8 @@
+ {
+ char *s = page;
+
++ if (!root_fs_names)
++ root_fs_names = "squashfs,jffs2";
+ if (root_fs_names) {
+ strcpy(page, root_fs_names);
+ while (*s++) {