[rdc] 2.6.28: add ZyXEL and Amit flashmapping and start fixing up GPIO support. Thank...
[openwrt-10.03/.git] / target / linux / rdc / patches-2.6.28 / 003-rootfstype.patch
index 55a4cd49f53094f069325ea060e449701e4afc15..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -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++) {