From: John Crispin Date: Mon, 6 Oct 2014 04:52:13 +0000 (+0000) Subject: ar71xx: add LED defaults for the EnGenius ESR1750 X-Git-Tag: reboot~5754 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=491e028e2d8bfaf1c0c2da7435800fd69963c043;p=openwrt%2Fstaging%2Fchunkeey.git ar71xx: add LED defaults for the EnGenius ESR1750 Signed-off-by: Forest Crossman SVN-Revision: 42786 --- 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"