Author: blogic
Date: 2015-07-08 16:25:45 +0200 (Wed, 08 Jul 2015)
New Revision: 46270

Modified:
   trunk/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
Log:
ar71xx: Fix LED-to-phy mapping for EnGenius ESR1750.

wlan5g is phy0tpt and wlan2g phy1tpt.

Signed-off-by: Christian Beier <[email protected]>

Modified: trunk/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds
===================================================================
--- trunk/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds       
2015-07-08 14:25:36 UTC (rev 46269)
+++ trunk/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds       
2015-07-08 14:25:45 UTC (rev 46270)
@@ -184,8 +184,8 @@
        ;;
 
 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)
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to