aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rdc/patches-2.6.30
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-11-06 10:53:15 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-11-06 10:53:15 +0000
commitf3a6ff7296a8ec30f30e0febf0e1d8c82ed052e3 (patch)
treed61baef2612e2e540b4b7ab18c45f2f94c2088fd /target/linux/rdc/patches-2.6.30
parent53357d1b0cd0a0da010dd641b75d2783b25916d1 (diff)
downloadmaster-187ad058-f3a6ff7296a8ec30f30e0febf0e1d8c82ed052e3.tar.gz
master-187ad058-f3a6ff7296a8ec30f30e0febf0e1d8c82ed052e3.tar.bz2
master-187ad058-f3a6ff7296a8ec30f30e0febf0e1d8c82ed052e3.zip
[rdc] provide the correct flash mapping on non airlink devices, remove the rootfs_type hacks, patch from sn9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18327 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc/patches-2.6.30')
-rw-r--r--target/linux/rdc/patches-2.6.30/003-rootfstype.patch11
1 files changed, 0 insertions, 11 deletions
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
index e7ed527cac..0000000000
--- a/target/linux/rdc/patches-2.6.30/003-rootfstype.patch
+++ /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++) {