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

openwrt/target/linux/package/diag/src/diag.c

index 027f408b2dd47d7de75efcb1718c31fd0178eedc..41e4b9777f07f3c5e1b62ee94059b69cbdf3cced 100644 (file)
@@ -141,7 +141,7 @@ static struct platform_t __init 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 },
                },