libelf: get rid of CRLF encoding in the makefile (thx, danimo)
[openwrt.git] / package / broadcom-diag / src / diag.c
index 0871a02..38f51cb 100644 (file)
@@ -377,7 +377,7 @@ static struct platform_t __initdata platforms[] = {
                },
                .leds           = {
                        { .name = "power",      .gpio = 1 << 0, .polarity = REVERSE },
-                       { .name = "usb",        .gpio = 1 << 2, .polarity = NORMAL },
+                       { .name = "usb",        .gpio = 1 << 2, .polarity = REVERSE },
                },
        },
        [WL300G] = {
This page took 0.026884 seconds and 4 git commands to generate.