OpenWrt – Blame information for rev 3
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c |
2 | +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c |
||
3 | @@ -46,7 +46,7 @@ static struct board_info __initdata boar |
||
4 | .ephy_reset_gpio = 36, |
||
5 | .ephy_reset_gpio_flags = GPIO_ACTIVE_LOW, |
||
6 | }; |
||
7 | -#endif |
||
8 | +#endif /* CONFIG_BCM63XX_CPU_3368 */ |
||
9 | |||
10 | /* |
||
11 | * known 6328 boards |
||
12 | @@ -65,7 +65,7 @@ static struct board_info __initdata boar |
||
13 | .port_no = 0, |
||
14 | }, |
||
15 | }; |
||
16 | -#endif |
||
17 | +#endif /* CONFIG_BCM63XX_CPU_6328 */ |
||
18 | |||
19 | /* |
||
20 | * known 6338 boards |
||
21 | @@ -98,7 +98,7 @@ static struct board_info __initdata boar |
||
22 | .force_duplex_full = 1, |
||
23 | }, |
||
24 | }; |
||
25 | -#endif |
||
26 | +#endif /* CONFIG_BCM63XX_CPU_6338 */ |
||
27 | |||
28 | /* |
||
29 | * known 6345 boards |
||
30 | @@ -108,7 +108,7 @@ static struct board_info __initdata boar |
||
31 | .name = "96345GW2", |
||
32 | .expected_cpu_id = 0x6345, |
||
33 | }; |
||
34 | -#endif |
||
35 | +#endif /* CONFIG_BCM63XX_CPU_6345 */ |
||
36 | |||
37 | /* |
||
38 | * known 6348 boards |
||
3 | office | 39 | @@ -311,7 +311,7 @@ static struct board_info __initdata boar |
1 | office | 40 | |
41 | .has_ohci0 = 1, |
||
42 | }; |
||
43 | -#endif |
||
44 | +#endif /* CONFIG_BCM63XX_CPU_6348 */ |
||
45 | |||
46 | /* |
||
47 | * known 6358 boards |
||
3 | office | 48 | @@ -419,7 +419,7 @@ static struct board_info __initdata boar |
1 | office | 49 | |
50 | .has_ohci0 = 1, |
||
51 | }; |
||
52 | -#endif |
||
53 | +#endif /* CONFIG_BCM63XX_CPU_6358 */ |
||
54 | |||
55 | /* |
||
56 | * all boards |