From 68323377400b38d226d2173798ee18023e8e55a6 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 6 Nov 2009 10:53:15 +0000 Subject: [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 --- target/linux/rdc/patches-2.6.30/003-rootfstype.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 target/linux/rdc/patches-2.6.30/003-rootfstype.patch (limited to '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 index e7ed527ca..000000000 --- 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++) { -- cgit v1.2.3