aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rdc/patches-2.6.28/003-rootfstype.patch
diff options
context:
space:
mode:
authorAndy Boyett <agb@openwrt.org>2009-11-01 05:34:46 +0000
committerAndy Boyett <agb@openwrt.org>2009-11-01 05:34:46 +0000
commitbc3ff97adf2e4b718e82f48be76e81e71db0df4e (patch)
treef7b6ac8db56f3ed79b8640cef0d710fe4a130cb8 /target/linux/rdc/patches-2.6.28/003-rootfstype.patch
parent1cef2e5054cb75d4e46f97797b28d4cb5fcd3810 (diff)
downloadmaster-187ad058-bc3ff97adf2e4b718e82f48be76e81e71db0df4e.tar.gz
master-187ad058-bc3ff97adf2e4b718e82f48be76e81e71db0df4e.tar.bz2
master-187ad058-bc3ff97adf2e4b718e82f48be76e81e71db0df4e.zip
[rdc] 2.6.28: add ZyXEL and Amit flashmapping and start fixing up GPIO support. Thanks Daniel Gimpelevich
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18254 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/patches-2.6.28/003-rootfstype.patch')
-rw-r--r--target/linux/rdc/patches-2.6.28/003-rootfstype.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/rdc/patches-2.6.28/003-rootfstype.patch b/target/linux/rdc/patches-2.6.28/003-rootfstype.patch
index 386e638971..e69de29bb2 100644
--- a/target/linux/rdc/patches-2.6.28/003-rootfstype.patch
+++ b/target/linux/rdc/patches-2.6.28/003-rootfstype.patch
@@ -1,11 +0,0 @@
---- a/init/do_mounts.c
-+++ b/init/do_mounts.c
-@@ -189,6 +189,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++) {