From: John Crispin Date: Tue, 7 Jul 2015 13:45:20 +0000 (+0000) Subject: ar71xx: add LED defaults for the EnGenius EPG5000 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=08df5b6de8c5f3c7250a2016eaed551eaf2b07a3;p=openwrt%2Fsvn-archive%2Farchive.git ar71xx: add LED defaults for the EnGenius EPG5000 NB that wlan5g is phy0tpt and wlan2g phy1tpt. Signed-off-by: Christian Beier SVN-Revision: 46226 --- 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 19814f4e4a..7c10f42467 100644 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds @@ -165,6 +165,11 @@ esr1750) ucidef_set_led_wlan "wlan5g" "WLAN 5 GHz" "esr1750:blue:wlan-5g" "phy1tpt" ;; +epg5000) + ucidef_set_led_wlan "wlan2g" "WLAN 2.4 GHz" "epg5000:blue:wlan-2g" "phy1tpt" + ucidef_set_led_wlan "wlan5g" "WLAN 5 GHz" "epg5000:blue:wlan-5g" "phy0tpt" + ;; + hiwifi-hc6361) ucidef_set_led_netdev "inet" "INET" "hiwifi:blue:internet" "eth1" ucidef_set_led_wlan "wlan" "WLAN" "hiwifi:blue:wlan-2p4" "phy0tpt"