diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-10 13:26:50 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-10 13:26:50 +0000 |
commit | c071881c795037d45e51e83a495c2529033b0f7f (patch) | |
tree | f47b7ae685637edc789bc9d78d0b128a20f9f6ea /target/linux/ar71xx/files/arch/mips/ath79/mach-tl-mr13u.c | |
parent | 307d615ef01185e039006f1ff09e616e98cd33de (diff) | |
download | upstream-c071881c795037d45e51e83a495c2529033b0f7f.tar.gz upstream-c071881c795037d45e51e83a495c2529033b0f7f.tar.bz2 upstream-c071881c795037d45e51e83a495c2529033b0f7f.zip |
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 <openwrt@vittgam.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44647 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-tl-mr13u.c')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-tl-mr13u.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, }, }; |