1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29905 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2012-01-25 07:44:45 +00:00
parent f662489883
commit 0bca69f7bf
5 changed files with 7 additions and 4 deletions

View File

@@ -97,7 +97,9 @@ get_status_led() {
tew-632brp)
status_led="tew-632brp:green:status"
;;
tl-mr3020 | \
tl-mr3020)
status_led="tp-link:green:wps"
;;
tl-mr3220 | \
tl-mr3420 | \
tl-wa901nd | \