diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-01-04 17:30:49 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-01-04 17:30:49 +0000 |
commit | 28c6546050d344bb29d35df7da68b939edeeac18 (patch) | |
tree | ee04040151be491d2dab2ac3c0c41b8340d0be8f /target/linux/ar71xx/base-files/etc/uci-defaults | |
parent | 2b1cf2b32ceaee4a99bf3b290f814095100962fb (diff) |
ar71xx: add default LED configuration for the TL-MR3020
Also use the system LED for diagnostic.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29652 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/leds | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/leds b/target/linux/ar71xx/base-files/etc/uci-defaults/leds index c637279fab..afa9abb1e3 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/leds @@ -135,6 +135,11 @@ om2p) set_led_netdev "port2" "port2" "om2p:blue:lan" "eth1" ;; +tl-mr3020) + set_led_usbdev "usb" "USB" "tp-link:green:3g" "1-1" + set_led_wlan "wlan" "WLAN" "tp-link:green:wlan" "phy0tpt" + ;; + tl-mr3220 | \ tl-mr3420 ) set_led_usbdev "usb" "USB" "tp-link:green:3g" "1-1" |