diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-06-12 11:31:27 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-06-12 11:31:27 +0000 |
commit | 1d10033b11052f43031fbf9e8afface2da318ffe (patch) | |
tree | 6711c13415e640ae2b84a167cb1bc20f2896d9a8 /package/broadcom-diag | |
parent | 68f656eedae8dceb3cf2ab2ae90b61711ace4fd1 (diff) | |
download | upstream-1d10033b11052f43031fbf9e8afface2da318ffe.tar.gz upstream-1d10033b11052f43031fbf9e8afface2da318ffe.tar.bz2 upstream-1d10033b11052f43031fbf9e8afface2da318ffe.zip |
Add updated support for buffalo routers (#1874)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7585 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/broadcom-diag')
-rw-r--r-- | package/broadcom-diag/src/diag.c | 3 |
1 files changed, 3 insertions, 0 deletions
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] = { |