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 * known 6328 boards 56 * known 6328 boards
57 */ 57 */
58 #ifdef CONFIG_BCM63XX_CPU_6328 58 #ifdef CONFIG_BCM63XX_CPU_6328
59 @@ -1469,6 +1518,9 @@ static const struct board_info __initcon 59 @@ -1517,6 +1566,9 @@ static const struct board_info __initcon
60 #ifdef CONFIG_BCM63XX_CPU_3368 60 #ifdef CONFIG_BCM63XX_CPU_3368
61 &board_cvg834g, 61 &board_cvg834g,
62 #endif 62 #endif
63 +#ifdef CONFIG_BCM63XX_CPU_6318 63 +#ifdef CONFIG_BCM63XX_CPU_6318
64 + &board_96318ref, 64 + &board_96318ref,
65 +#endif 65 +#endif
66 #ifdef CONFIG_BCM63XX_CPU_6328 66 #ifdef CONFIG_BCM63XX_CPU_6328
67 &board_96328avng, 67 &board_96328avng,
68 &board_AR5381u, 68 &board_AR5381u,
69 @@ -1546,6 +1598,9 @@ static struct of_device_id const bcm963x 69 @@ -1594,6 +1646,9 @@ static struct of_device_id const bcm963x
70 #ifdef CONFIG_BCM63XX_CPU_3368 70 #ifdef CONFIG_BCM63XX_CPU_3368
71 { .compatible = "netgear,cvg834g", .data = &board_cvg834g, }, 71 { .compatible = "netgear,cvg834g", .data = &board_cvg834g, },
72 #endif 72 #endif
73 +#ifdef CONFIG_BCM63XX_CPU_6318 73 +#ifdef CONFIG_BCM63XX_CPU_6318
74 + { .compatible = "brcm,bcm96318ref", .data = &board_96318ref, }, 74 + { .compatible = "brcm,bcm96318ref", .data = &board_96318ref, },