summaryrefslogtreecommitdiff
path: root/openwrt/package/linux/kernel-patches/037-init_do_mounts_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-03-26 10:33:32 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-03-26 10:33:32 +0000
commitc7bb195f082128a83997ded060ed676d81014f73 (patch)
treeb1a6b2b8bf2ee89d8a00610f25347828df4846fb /openwrt/package/linux/kernel-patches/037-init_do_mounts_c
parent4118e1fc1868cd8111bfc87fa62bcf2602f4b494 (diff)
downloadmtk-20170518-c7bb195f082128a83997ded060ed676d81014f73.zip
mtk-20170518-c7bb195f082128a83997ded060ed676d81014f73.tar.gz
mtk-20170518-c7bb195f082128a83997ded060ed676d81014f73.tar.bz2
uncompress patches, requested by Kaloz
SVN-Revision: 460
Diffstat (limited to 'openwrt/package/linux/kernel-patches/037-init_do_mounts_c')
-rw-r--r--openwrt/package/linux/kernel-patches/037-init_do_mounts_c16
1 files changed, 16 insertions, 0 deletions
diff --git a/openwrt/package/linux/kernel-patches/037-init_do_mounts_c b/openwrt/package/linux/kernel-patches/037-init_do_mounts_c
new file mode 100644
index 0000000..205677b
--- /dev/null
+++ b/openwrt/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 }
+ };