From: John Crispin Date: Tue, 10 Mar 2015 13:26:50 +0000 (+0000) Subject: ar71xx: Fix LED polarity for the TP-LINK TL-MR13U. X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=commitdiff_plain;h=4bc9aad0792bdb6bd6bd49282d0c16cca02f67d3 ar71xx: Fix LED polarity for the TP-LINK TL-MR13U. Please also backport to Barrier Breaker (this same patch applies there too). Signed-off-by: Vittorio Gambaletta SVN-Revision: 44647 --- diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-mr13u.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-mr13u.c index 8b036457a7..84b6937849 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-mr13u.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-mr13u.c @@ -45,7 +45,7 @@ static struct gpio_led tl_mr13u_leds_gpio[] __initdata = { { .name = "tp-link:blue:system", .gpio = TL_MR13U_GPIO_LED_SYSTEM, - .active_low = 1, + .active_low = 0, }, };