diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-01-25 07:44:45 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-01-25 07:44:45 +0000 |
commit | 038d4e0d77f036c315af33bf1b49813c0cdf2a75 (patch) | |
tree | 3155afb970c05013edde20050a69ade4a203f055 /target/linux/ar71xx/files-2.6.39 | |
parent | c11ac55b293270e109b7f6e209c4e9943067f43c (diff) | |
download | upstream-038d4e0d77f036c315af33bf1b49813c0cdf2a75.tar.gz upstream-038d4e0d77f036c315af33bf1b49813c0cdf2a75.tar.bz2 upstream-038d4e0d77f036c315af33bf1b49813c0cdf2a75.zip |
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 <c.cier@gmx.de>
SVN-Revision: 29905
Diffstat (limited to 'target/linux/ar71xx/files-2.6.39')
-rw-r--r-- | target/linux/ar71xx/files-2.6.39/arch/mips/ar71xx/mach-tl-mr3020.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files-2.6.39/arch/mips/ar71xx/mach-tl-mr3020.c b/target/linux/ar71xx/files-2.6.39/arch/mips/ar71xx/mach-tl-mr3020.c index 21ec3e0f77..cccb4d4b03 100644 --- a/target/linux/ar71xx/files-2.6.39/arch/mips/ar71xx/mach-tl-mr3020.c +++ b/target/linux/ar71xx/files-2.6.39/arch/mips/ar71xx/mach-tl-mr3020.c @@ -118,5 +118,5 @@ static void __init tl_mr3020_setup(void) ar9xxx_add_device_wmac(ee, mac); } -MIPS_MACHINE(AR71XX_MACH_TL_MR3020, "TL-MR3020", "TP-LINK TL-MR3020 v1", +MIPS_MACHINE(AR71XX_MACH_TL_MR3020, "TL-MR3020", "TP-LINK TL-MR3020", tl_mr3020_setup); |