provide the correct flash mapping on non airlink devices, remove the rootfs_type...
[openwrt/openwrt.git] / 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
deleted file mode 100644 (file)
index e7ed527..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/init/do_mounts.c
-+++ b/init/do_mounts.c
-@@ -191,6 +191,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++) {