diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-11-29 20:18:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-11-29 20:18:40 +0000 |
commit | af4873e41c127ed87edbd05eb2a7cd00c7c3a3ab (patch) | |
tree | 02035dea87eb0d7041123d766fc3add225bdd347 /target/linux/ar71xx/files/arch | |
parent | f6b57149af3edf52773f9c3abf5e5e0454bcb49c (diff) | |
download | mtk-20170518-af4873e41c127ed87edbd05eb2a7cd00c7c3a3ab.zip mtk-20170518-af4873e41c127ed87edbd05eb2a7cd00c7c3a3ab.tar.gz mtk-20170518-af4873e41c127ed87edbd05eb2a7cd00c7c3a3ab.tar.bz2 |
ar71xx: Kernel support update tl-wr842n_v2 added missing usb led
Just a small oversight my part, added the support for the USB led
Signed-off-by: Martijn Zilverschoon <thefriedzombie@gmail.com>
Signed-off-by: Martijn Zilverschoon <thefriedzombie@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/4425/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38946
Diffstat (limited to 'target/linux/ar71xx/files/arch')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c index 064a33f..0099b15 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c @@ -185,7 +185,7 @@ static void __init tl_wr842n_v2_setup(void) { tl_ap123_setup(); - ath79_register_leds_gpio(-1, ARRAY_SIZE(tl_wr841n_v8_leds_gpio) - 1, + ath79_register_leds_gpio(-1, ARRAY_SIZE(tl_wr841n_v8_leds_gpio), tl_wr841n_v8_leds_gpio); ath79_register_gpio_keys_polled(1, TL_WR841NV8_KEYS_POLL_INTERVAL, |