From: blogic Date: Wed, 8 Jul 2015 14:25:45 +0000 (+0000) Subject: ar71xx: Fix LED-to-phy mapping for EnGenius ESR1750. X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d989e7d81351b74c0c7041ba4b19f2e29396fd0f;p=openwrt.git ar71xx: Fix LED-to-phy mapping for EnGenius ESR1750. wlan5g is phy0tpt and wlan2g phy1tpt. Signed-off-by: Christian Beier git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46270 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)