From 4f1ed37138b24e732677eac8337742e62997c6a5 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 12 Jun 2007 11:31:27 +0000 Subject: [PATCH] Add updated support for buffalo routers (#1874) SVN-Revision: 7585 --- package/broadcom-diag/src/diag.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/broadcom-diag/src/diag.c b/package/broadcom-diag/src/diag.c index 7866b9f798..401adbfd85 100644 --- a/package/broadcom-diag/src/diag.c +++ b/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] = { -- 2.30.2