OpenWrt – Diff between revs 2 and 3
?pathlinks?
| Rev 2 | Rev 3 | |||
|---|---|---|---|---|
| Line 49... | Line 49... | |||
| 49 | +}; |
49 | +}; |
|
| 50 | + |
50 | + |
|
| 51 | #endif /* CONFIG_BCM63XX_CPU_6328 */ |
51 | #endif /* CONFIG_BCM63XX_CPU_6328 */ |
|
| Line 52... | Line 52... | |||
| 52 | |
52 | |
|
| 53 | /* |
53 | /* |
|
| 54 | @@ -2258,6 +2302,7 @@ static const struct board_info __initcon |
54 | @@ -2306,6 +2350,7 @@ static const struct board_info __initcon |
|
| 55 | &board_A4001N1, |
55 | &board_A4001N1, |
|
| 56 | &board_dsl_274xb_f1, |
56 | &board_dsl_274xb_f1, |
|
| 57 | &board_FAST2704V2, |
57 | &board_FAST2704V2, |
|
| 58 | + &board_R5010UNV2, |
58 | + &board_R5010UNV2, |
|
| 59 | #endif |
59 | #endif |
|
| 60 | #ifdef CONFIG_BCM63XX_CPU_6338 |
60 | #ifdef CONFIG_BCM63XX_CPU_6338 |
|
| 61 | &board_96338gw, |
61 | &board_96338gw, |
|
| 62 | @@ -2356,6 +2401,7 @@ static struct of_device_id const bcm963x |
62 | @@ -2404,6 +2449,7 @@ static struct of_device_id const bcm963x |
|
| 63 | { .compatible = "comtrend,ar-5381u", .data = &board_AR5381u, }, |
63 | { .compatible = "comtrend,ar-5381u", .data = &board_AR5381u, }, |
|
| 64 | { .compatible = "comtrend,ar-5387un", .data = &board_AR5387un, }, |
64 | { .compatible = "comtrend,ar-5387un", .data = &board_AR5387un, }, |
|
| 65 | { .compatible = "d-link,dsl-274xb-f", .data = &board_dsl_274xb_f1, }, |
65 | { .compatible = "d-link,dsl-274xb-f", .data = &board_dsl_274xb_f1, }, |
|
| 66 | + { .compatible = "nucom,r5010unv2", .data = &board_R5010UNV2, }, |
66 | + { .compatible = "nucom,r5010unv2", .data = &board_R5010UNV2, }, |
|