aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/etc/uci-defaults
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-07-08 14:25:45 +0000
committerJohn Crispin <john@openwrt.org>2015-07-08 14:25:45 +0000
commit227aafc4dbf704e8c2c5e28bbad10a32d9cad6cb (patch)
tree42ca8e3c20e818209d47a9101feb7335dd5e39ef /target/linux/ar71xx/base-files/etc/uci-defaults
parent9c4cdf76c62db9d219f6f4a536c19bb82bbf0d95 (diff)
downloadupstream-227aafc4dbf704e8c2c5e28bbad10a32d9cad6cb.tar.gz
upstream-227aafc4dbf704e8c2c5e28bbad10a32d9cad6cb.tar.bz2
upstream-227aafc4dbf704e8c2c5e28bbad10a32d9cad6cb.zip
ar71xx: Fix LED-to-phy mapping for EnGenius ESR1750.
wlan5g is phy0tpt and wlan2g phy1tpt. Signed-off-by: Christian Beier <cb@shoutrlabs.com> SVN-Revision: 46270
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults')
-rw-r--r--target/linux/ar71xx/base-files/etc/uci-defaults/01_leds4
1 files changed, 2 insertions, 2 deletions
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)