Explorar o código

Add updated support for buffalo routers (#1874)

SVN-Revision: 7585
Florian Fainelli %!s(int64=19) %!d(string=hai) anos
pai
achega
4f1ed37138
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      package/broadcom-diag/src/diag.c

+ 3 - 0
package/broadcom-diag/src/diag.c

@@ -305,6 +305,7 @@ static struct platform_t __initdata platforms[] = {
 			{ .name = "internal",	.gpio = 1 << 3, .polarity = REVERSE },
 			{ .name = "ses",	.gpio = 1 << 6, .polarity = REVERSE },
 			{ .name = "bridge",	.gpio = 1 << 1, .polarity = REVERSE },
+			{ .name = "wlan",	.gpio = 1 << 2, .polarity = REVERSE },
 		},
 	},
 	[WBR2_G54] = {
@@ -326,8 +327,10 @@ static struct platform_t __initdata platforms[] = {
 		},
 		.leds		= {
 			{ .name = "diag",	.gpio = 1 << 7, .polarity = REVERSE },
+			{ .name = "internal",	.gpio = 1 << 3, .polarity = REVERSE },
 			{ .name = "bridge",	.gpio = 1 << 1, .polarity = REVERSE },
 			{ .name = "ses",	.gpio = 1 << 6, .polarity = REVERSE },
+			{ .name = "wlan",	.gpio = 1 << 2, .polarity = REVERSE },
 		},
 	},
 	[WHR2_A54G54] = {