From d674101c3506d281d642314b3a32294efcfc9a8f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 21 Nov 2006 14:09:34 +0000 Subject: [PATCH] fix dmz gpio for the wrtsl54gs SVN-Revision: 5600 --- openwrt/target/linux/package/diag/src/diag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/target/linux/package/diag/src/diag.c b/openwrt/target/linux/package/diag/src/diag.c index 027f408b2d..41e4b9777f 100644 --- a/openwrt/target/linux/package/diag/src/diag.c +++ b/openwrt/target/linux/package/diag/src/diag.c @@ -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 }, }, -- 2.30.2