aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-10-06 04:52:13 +0000
committerJohn Crispin <blogic@openwrt.org>2014-10-06 04:52:13 +0000
commit1e7c3ba3986eeae432a674402aeeda1c4cf7a92c (patch)
treebd50db62796a004dfc833a662a411ae314b46f7c /target
parent5f9a01b40fb0006b63450e93945574f23440e5ac (diff)
downloadmaster-187ad058-1e7c3ba3986eeae432a674402aeeda1c4cf7a92c.tar.gz
master-187ad058-1e7c3ba3986eeae432a674402aeeda1c4cf7a92c.tar.bz2
master-187ad058-1e7c3ba3986eeae432a674402aeeda1c4cf7a92c.zip
ar71xx: add LED defaults for the EnGenius ESR1750
Signed-off-by: Forest Crossman <cyrozap@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42786 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rwxr-xr-xtarget/linux/ar71xx/base-files/etc/uci-defaults/01_leds5
1 files changed, 5 insertions, 0 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 ef6cf0b53a..aca8509c6b 100755
--- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
+++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
@@ -125,6 +125,11 @@ esr900)
ucidef_set_led_wlan "wlan5g" "WLAN 5 GHz" "engenius:blue:wlan-5g" "phy1tpt"
;;
+esr1750)
+ ucidef_set_led_wlan "wlan2g" "WLAN 2.4 GHz" "esr1750:blue:wlan-2g" "phy0tpt"
+ ucidef_set_led_wlan "wlan5g" "WLAN 5 GHz" "esr1750:blue:wlan-5g" "phy1tpt"
+ ;;
+
hiwifi-hc6361)
ucidef_set_led_netdev "inet" "INET" "hiwifi:blue:internet" "eth1"
ucidef_set_led_wlan "wlan" "WLAN" "hiwifi:blue:wlan-2p4" "phy0tpt"