summaryrefslogtreecommitdiffstats
path: root/package/linux/kernel-patches/037-init_do_mounts_c
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-26 10:33:32 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-26 10:33:32 +0000
commite69d8c0d8fbac180aaba30c8a3cdda0770cd8427 (patch)
treef08d225e1f8931634c82cfeb18fa3ad5fa7e664e /package/linux/kernel-patches/037-init_do_mounts_c
parent609fbd1a579f41a8cb6d1029aa5eb86477851d89 (diff)
uncompress patches, requested by Kaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@460 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux/kernel-patches/037-init_do_mounts_c')
-rw-r--r--package/linux/kernel-patches/037-init_do_mounts_c16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/linux/kernel-patches/037-init_do_mounts_c b/package/linux/kernel-patches/037-init_do_mounts_c
new file mode 100644
index 000000000..205677b25
--- /dev/null
+++ b/package/linux/kernel-patches/037-init_do_mounts_c
@@ -0,0 +1,16 @@
+--- linux-mips-cvs/init/do_mounts.c 2005-01-20 03:19:24.000000000 +0100
++++ linux-broadcom/init/do_mounts.c 2005-01-31 13:13:14.000000000 +0100
+@@ -253,7 +253,13 @@
+ { "ftlb", 0x2c08 },
+ { "ftlc", 0x2c10 },
+ { "ftld", 0x2c18 },
++#if defined(CONFIG_MTD_BLOCK) || defined(CONFIG_MTD_BLOCK_RO)
+ { "mtdblock", 0x1f00 },
++ { "mtdblock0",0x1f00 },
++ { "mtdblock1",0x1f01 },
++ { "mtdblock2",0x1f02 },
++ { "mtdblock3",0x1f03 },
++#endif
+ { "nb", 0x2b00 },
+ { NULL, 0 }
+ };