From 90bfef9ec9391387afecb46d5e242c28a497812a Mon Sep 17 00:00:00 2001
From: Gabor Juhos <juhosg@openwrt.org>
Date: Wed, 4 Jan 2012 17:30:50 +0000
Subject: ar71xx: allow to use LAN LED on the TL-WA901N/ND boards

SVN-Revision: 29653
---
 target/linux/ar71xx/base-files/etc/uci-defaults/leds | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'target/linux/ar71xx/base-files/etc')

diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/leds b/target/linux/ar71xx/base-files/etc/uci-defaults/leds
index afa9abb1e3..f3b67a391e 100755
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/leds
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/leds
@@ -145,6 +145,10 @@ tl-mr3420 )
 	set_led_usbdev "usb" "USB" "tp-link:green:3g" "1-1"
 	;;
 
+tl-wa901nd)
+	set_led_netdev "lan" "LAN" "tp-link:green:lan" "eth0"
+	;;
+
 tl-wr741nd)
 	set_led_netdev "wan" "WAN" "tp-link:green:wan" "eth1"
 	set_led_switch "lan1" "LAN1" "tp-link:green:lan1" "switch0" "0x02"
-- 
cgit v1.2.3