ar71xx: Fix LED-to-phy mapping for EnGenius ESR1750.
authorJohn Crispin <john@openwrt.org>
Wed, 8 Jul 2015 14:25:45 +0000 (14:25 +0000)
committerJohn Crispin <john@openwrt.org>
Wed, 8 Jul 2015 14:25:45 +0000 (14:25 +0000)
wlan5g is phy0tpt and wlan2g phy1tpt.

Signed-off-by: Christian Beier <cb@shoutrlabs.com>
SVN-Revision: 46270

target/linux/ar71xx/base-files/etc/uci-defaults/01_leds

index 4bb8d408c223ec0a502e767cb3a39953203e6dfc..a361b773e74f73a762d1d528266ab977e172f45a 100644 (file)
@@ -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)