fix dmz gpio for the wrtsl54gs
authorFelix Fietkau <nbd@openwrt.org>
Tue, 21 Nov 2006 14:09:34 +0000 (14:09 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 21 Nov 2006 14:09:34 +0000 (14:09 +0000)
SVN-Revision: 5600

package/broadcom-diag/src/diag.c

index 0ce21a52ac041fffaae2a3eb9a2eb58c1ae8e000..c096dbdbac7d716fa1fe1867a3b589a7ba1fbe51 100644 (file)
@@ -147,7 +147,7 @@ static struct platform_t __initdata platforms[] = {
                },
                .leds           = {
                        { .name = "power",      .gpio = 1 << 1, .polarity = NORMAL },
-                       { .name = "dmz",        .gpio = 1 << 7, .polarity = REVERSE },
+                       { .name = "dmz",        .gpio = 1 << 0, .polarity = REVERSE },
                        { .name = "ses_white",  .gpio = 1 << 5, .polarity = REVERSE },
                        { .name = "ses_orange", .gpio = 1 << 7, .polarity = REVERSE },
                },