summaryrefslogtreecommitdiffstats
path: root/target/linux/rdc/patches-2.6.27/003-rootfstype.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-04-25 09:58:58 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-04-25 09:58:58 +0000
commit3eb68874919aaef3bf42a82324eb4676ac64d89e (patch)
tree3e698810d64bfd492549d6c09215e184970d81bb /target/linux/rdc/patches-2.6.27/003-rootfstype.patch
parent73883e9aef6406d909d2e8c2bad997a74485609e (diff)
downloadmaster-31e0f0ae-3eb68874919aaef3bf42a82324eb4676ac64d89e.tar.gz
master-31e0f0ae-3eb68874919aaef3bf42a82324eb4676ac64d89e.tar.bz2
master-31e0f0ae-3eb68874919aaef3bf42a82324eb4676ac64d89e.zip
nuke old files
SVN-Revision: 15402
Diffstat (limited to 'target/linux/rdc/patches-2.6.27/003-rootfstype.patch')
-rw-r--r--target/linux/rdc/patches-2.6.27/003-rootfstype.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/rdc/patches-2.6.27/003-rootfstype.patch b/target/linux/rdc/patches-2.6.27/003-rootfstype.patch
deleted file mode 100644
index 55a4cd49f5..0000000000
--- a/target/linux/rdc/patches-2.6.27/003-rootfstype.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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++) {