This fixes the LED active_low's for the TP-Link wr1043nd board

Signed-off-by: Andrew Tarabaras <[email protected]>

Index: target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr1043nd.c
===================================================================
--- target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr1043nd.c       
(revision 18843)
+++ target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr1043nd.c       
(working copy)
@@ -70,19 +70,19 @@
        {
                .name           = "tl-wr1043nd:green:usb",
                .gpio           = TL_WR1043ND_GPIO_LED_USB,
-               .active_low     = 0,
+               .active_low     = 1,
        }, {
                .name           = "tl-wr1043nd:green:system",
                .gpio           = TL_WR1043ND_GPIO_LED_SYSTEM,
-               .active_low     = 0,
+               .active_low     = 1,
        }, {
                .name           = "tl-wr1043nd:green:qss",
                .gpio           = TL_WR1043ND_GPIO_LED_QSS,
-               .active_low     = 1,
+               .active_low     = 0,
        }, {
                .name           = "tl-wr1043nd:green:wlan",
                .gpio           = TL_WR1043ND_GPIO_LED_WLAN,
-               .active_low     = 0,
+               .active_low     = 1,
        }
 };
 
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to