aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rdc/patches/003-rootfstype.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-06-28 11:08:52 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-06-28 11:08:52 +0000
commit8c4a4415d94baa718a07a2ef54d9ad5c13c56d77 (patch)
treef1d8c0741057711fa0f3061c43bbbce1dd1a71b8 /target/linux/rdc/patches/003-rootfstype.patch
parent097d9cd367a48adcc7eef8f842ff8c948e8bba0f (diff)
downloadupstream-8c4a4415d94baa718a07a2ef54d9ad5c13c56d77.tar.gz
upstream-8c4a4415d94baa718a07a2ef54d9ad5c13c56d77.tar.bz2
upstream-8c4a4415d94baa718a07a2ef54d9ad5c13c56d77.zip
Finally move 2.6.25 patches to patch-2.6.25 for compatibility with other kernel version
SVN-Revision: 11595
Diffstat (limited to 'target/linux/rdc/patches/003-rootfstype.patch')
-rw-r--r--target/linux/rdc/patches/003-rootfstype.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/rdc/patches/003-rootfstype.patch b/target/linux/rdc/patches/003-rootfstype.patch
deleted file mode 100644
index 55a4cd49f5..0000000000
--- a/target/linux/rdc/patches/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++) {