diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-11-06 10:53:15 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-11-06 10:53:15 +0000 |
commit | 900c2a8e357e16131e4a629d340a8f8d57fc9bba (patch) | |
tree | 3d753265b0ec5cbca03a91acf70252af698bab5f /target/linux/rdc/patches-2.6.30 | |
parent | db25c8da1ab9cf9c04492a3f86b2b117f7c39a89 (diff) | |
download | upstream-900c2a8e357e16131e4a629d340a8f8d57fc9bba.tar.gz upstream-900c2a8e357e16131e4a629d340a8f8d57fc9bba.tar.bz2 upstream-900c2a8e357e16131e4a629d340a8f8d57fc9bba.zip |
provide the correct flash mapping on non airlink devices, remove the rootfs_type hacks, patch from sn9
SVN-Revision: 18327
Diffstat (limited to 'target/linux/rdc/patches-2.6.30')
-rw-r--r-- | target/linux/rdc/patches-2.6.30/003-rootfstype.patch | 11 |
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++) { |