aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-11-14 16:55:04 +0000
committerJohn Crispin <john@openwrt.org>2014-11-14 16:55:04 +0000
commit104be9f8032dcfbce78729a2d515b4e4567b4e18 (patch)
tree6775e44cf33387294a15529495216370ac67c1f9 /target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
parentbc333d53993935ad168578cc5d02ca27f325727f (diff)
downloadupstream-104be9f8032dcfbce78729a2d515b4e4567b4e18.tar.gz
upstream-104be9f8032dcfbce78729a2d515b4e4567b4e18.tar.bz2
upstream-104be9f8032dcfbce78729a2d515b4e4567b4e18.zip
ar71xx: add user-space support for OpenMesh MR900v2
Signed-off-by: Sven Eckelmann <sven@open-mesh.com> SVN-Revision: 43266
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults/01_leds')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/uci-defaults/01_leds3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
index 9685ff076a..7255970622 100755
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
@@ -152,7 +152,8 @@ mr600)
ucidef_set_led_wlan "wlan58" "WLAN58" "mr600:green:wlan58" "phy0tpt"
;;
-mr900)
+mr900 | \
+mr900v2)
ucidef_set_led_netdev "lan" "LAN" "mr900:blue:wan" "eth0"
ucidef_set_led_wlan "wlan24" "WLAN24" "mr900:blue:wlan24" "phy0tpt"
ucidef_set_led_wlan "wlan58" "WLAN58" "mr900:blue:wlan58" "phy1tpt"