OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 19... Line 19...
19 + }, 19 + },
20 +}; 20 +};
21 #endif /* CONFIG_BCM63XX_CPU_6338 */ 21 #endif /* CONFIG_BCM63XX_CPU_6338 */
Line 22... Line 22...
22 22
23 /* 23 /*
24 @@ -487,6 +501,7 @@ static const struct board_info __initcon 24 @@ -503,6 +517,7 @@ static const struct board_info __initcon
25 #ifdef CONFIG_BCM63XX_CPU_6338 25 #ifdef CONFIG_BCM63XX_CPU_6338
26 &board_96338gw, 26 &board_96338gw,
27 &board_96338w, 27 &board_96338w,
28 + &board_96338w2_e7t, 28 + &board_96338w2_e7t,
29 #endif 29 #endif
30 #ifdef CONFIG_BCM63XX_CPU_6345 30 #ifdef CONFIG_BCM63XX_CPU_6345
31 &board_96345gw2, 31 &board_96345gw2,
32 @@ -524,6 +539,7 @@ static struct of_device_id const bcm963x 32 @@ -540,6 +555,7 @@ static struct of_device_id const bcm963x
33 #ifdef CONFIG_BCM63XX_CPU_6338 33 #ifdef CONFIG_BCM63XX_CPU_6338
34 { .compatible = "brcm,bcm96338gw", .data = &board_96338gw, }, 34 { .compatible = "brcm,bcm96338gw", .data = &board_96338gw, },
35 { .compatible = "brcm,bcm96338w", .data = &board_96338w, }, 35 { .compatible = "brcm,bcm96338w", .data = &board_96338w, },
36 + { .compatible = "d-link,dsl-2640u", .data = &board_96338w2_e7t, }, 36 + { .compatible = "d-link,dsl-2640u", .data = &board_96338w2_e7t, },