OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 77... Line 77...
77 +}; 77 +};
78 + 78 +
79 static struct board_info __initdata board_963281TAN = { 79 static struct board_info __initdata board_963281TAN = {
80 .name = "963281TAN", 80 .name = "963281TAN",
81 .expected_cpu_id = 0x6328, 81 .expected_cpu_id = 0x6328,
82 @@ -1153,6 +1225,7 @@ static const struct board_info __initcon 82 @@ -1201,6 +1273,7 @@ static const struct board_info __initcon
83 #endif 83 #endif
84 #ifdef CONFIG_BCM63XX_CPU_6328 84 #ifdef CONFIG_BCM63XX_CPU_6328
85 &board_96328avng, 85 &board_96328avng,
86 + &board_AR5387un, 86 + &board_AR5387un,
87 &board_963281TAN, 87 &board_963281TAN,
88 &board_A4001N1, 88 &board_A4001N1,
89 &board_dsl_274xb_f1, 89 &board_dsl_274xb_f1,
90 @@ -1223,6 +1296,7 @@ static struct of_device_id const bcm963x 90 @@ -1271,6 +1344,7 @@ static struct of_device_id const bcm963x
91 { .compatible = "adb,a4001n1", .data = &board_A4001N1, }, 91 { .compatible = "adb,a4001n1", .data = &board_A4001N1, },
92 { .compatible = "brcm,bcm963281TAN", .data = &board_963281TAN, }, 92 { .compatible = "brcm,bcm963281TAN", .data = &board_963281TAN, },
93 { .compatible = "brcm,bcm96328avng", .data = &board_96328avng, }, 93 { .compatible = "brcm,bcm96328avng", .data = &board_96328avng, },
94 + { .compatible = "comtrend,ar-5387un", .data = &board_AR5387un, }, 94 + { .compatible = "comtrend,ar-5387un", .data = &board_AR5387un, },
95 { .compatible = "d-link,dsl-274xb-f", .data = &board_dsl_274xb_f1, }, 95 { .compatible = "d-link,dsl-274xb-f", .data = &board_dsl_274xb_f1, },