OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 54... Line 54...
54 + }, 54 + },
55 +}; 55 +};
56 #endif /* CONFIG_BCM63XX_CPU_6328 */ 56 #endif /* CONFIG_BCM63XX_CPU_6328 */
Line 57... Line 57...
57 57
58 /* 58 /*
59 @@ -1404,6 +1441,7 @@ static const struct board_info __initcon 59 @@ -1452,6 +1489,7 @@ static const struct board_info __initcon
60 &board_963281TAN, 60 &board_963281TAN,
61 &board_A4001N1, 61 &board_A4001N1,
62 &board_dsl_274xb_f1, 62 &board_dsl_274xb_f1,
63 + &board_FAST2704V2, 63 + &board_FAST2704V2,
64 #endif 64 #endif
65 #ifdef CONFIG_BCM63XX_CPU_6338 65 #ifdef CONFIG_BCM63XX_CPU_6338
66 &board_96338gw, 66 &board_96338gw,
67 @@ -1479,6 +1517,7 @@ static struct of_device_id const bcm963x 67 @@ -1527,6 +1565,7 @@ static struct of_device_id const bcm963x
68 { .compatible = "comtrend,ar-5381u", .data = &board_AR5381u, }, 68 { .compatible = "comtrend,ar-5381u", .data = &board_AR5381u, },
69 { .compatible = "comtrend,ar-5387un", .data = &board_AR5387un, }, 69 { .compatible = "comtrend,ar-5387un", .data = &board_AR5387un, },
70 { .compatible = "d-link,dsl-274xb-f", .data = &board_dsl_274xb_f1, }, 70 { .compatible = "d-link,dsl-274xb-f", .data = &board_dsl_274xb_f1, },
71 + { .compatible = "sagem,f@st2704v2", .data = &board_FAST2704V2, }, 71 + { .compatible = "sagem,f@st2704v2", .data = &board_FAST2704V2, },