From: John Crispin Date: Wed, 8 Jul 2015 14:25:45 +0000 (+0000) Subject: ar71xx: Fix LED-to-phy mapping for EnGenius ESR1750. X-Git-Tag: reboot~2550 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=227aafc4dbf704e8c2c5e28bbad10a32d9cad6cb;ds=sidebyside ar71xx: Fix LED-to-phy mapping for EnGenius ESR1750. wlan5g is phy0tpt and wlan2g phy1tpt. Signed-off-by: Christian Beier SVN-Revision: 46270 --- 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 4bb8d408c2..a361b773e7 100644 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds @@ -184,8 +184,8 @@ esr900) ;; 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" + ucidef_set_led_wlan "wlan2g" "WLAN 2.4 GHz" "esr1750:blue:wlan-2g" "phy1tpt" + ucidef_set_led_wlan "wlan5g" "WLAN 5 GHz" "esr1750:blue:wlan-5g" "phy0tpt" ;; epg5000)