diff options
author | John Crispin <john@openwrt.org> | 2015-03-10 13:26:50 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-10 13:26:50 +0000 |
commit | 4bc9aad0792bdb6bd6bd49282d0c16cca02f67d3 (patch) | |
tree | 2d5d8515ac39cbcf761c9ceea76bf62ee5a67c82 /target | |
parent | 5801465eb3c21e36e6eb63410a514766e36d7c11 (diff) | |
download | upstream-4bc9aad0792bdb6bd6bd49282d0c16cca02f67d3.tar.gz upstream-4bc9aad0792bdb6bd6bd49282d0c16cca02f67d3.tar.bz2 upstream-4bc9aad0792bdb6bd6bd49282d0c16cca02f67d3.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>
SVN-Revision: 44647
Diffstat (limited to 'target')
-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, }, }; |