fix dmz gpio for the wrtsl54gs
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 21 Nov 2006 14:09:34 +0000 (14:09 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 21 Nov 2006 14:09:34 +0000 (14:09 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5600 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/broadcom-diag/src/diag.c

index 0ce21a5..c096dbd 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 },
                },