From 038d4e0d77f036c315af33bf1b49813c0cdf2a75 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 25 Jan 2012 07:44:45 +0000 Subject: ar71xx: TL-MR3020: fix board detection, fix missing mandatory package and modify LED behaviour This patch fixes the board detection of the TL-MR3020. The LED behaviour has also been modified: * The WPS LED is the diag LED now. * A netdev trigger for the LAN LED has been added. The profile of the TL-MR3020 has been updated because the needed package "kmod-ledtrig-usbdev" was missing which resulted in a non-working usbdev trigger for the 3G/USB LED. [juhosg: the board name changes has been removed, and the kernel files has been changed instead.] Signed-off-by: Christian Cier-Zniewski SVN-Revision: 29905 --- target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-tl-mr3020.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ar71xx/files-3.2/arch/mips/ath79') diff --git a/target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-tl-mr3020.c b/target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-tl-mr3020.c index 35be0f7ad4..9732d5cd56 100644 --- a/target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-tl-mr3020.c +++ b/target/linux/ar71xx/files-3.2/arch/mips/ath79/mach-tl-mr3020.c @@ -117,5 +117,5 @@ static void __init tl_mr3020_setup(void) ath79_register_wmac(ee, mac); } -MIPS_MACHINE(ATH79_MACH_TL_MR3020, "TL-MR3020", "TP-LINK TL-MR3020 v1", +MIPS_MACHINE(ATH79_MACH_TL_MR3020, "TL-MR3020", "TP-LINK TL-MR3020", tl_mr3020_setup); -- cgit v1.2.3