add ipsec nat traversal patch
[openwrt.git] / package / linux / kernel-patches / 037-init_do_mounts_c
1 --- linux-mips-cvs/init/do_mounts.c 2005-01-20 03:19:24.000000000 +0100
2 +++ linux-broadcom/init/do_mounts.c 2005-01-31 13:13:14.000000000 +0100
3 @@ -253,7 +253,13 @@
4 { "ftlb", 0x2c08 },
5 { "ftlc", 0x2c10 },
6 { "ftld", 0x2c18 },
7 +#if defined(CONFIG_MTD_BLOCK) || defined(CONFIG_MTD_BLOCK_RO)
8 { "mtdblock", 0x1f00 },
9 + { "mtdblock0",0x1f00 },
10 + { "mtdblock1",0x1f01 },
11 + { "mtdblock2",0x1f02 },
12 + { "mtdblock3",0x1f03 },
13 +#endif
14 { "nb", 0x2b00 },
15 { NULL, 0 }
16 };
This page took 0.043696 seconds and 5 git commands to generate.