diff options
author | John Crispin <blogic@openwrt.org> | 2015-07-08 14:25:45 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-07-08 14:25:45 +0000 |
commit | b9f4b02c2846e3dffbce80f9aa7bb930694889b0 (patch) | |
tree | 8cb6bb814a02e87bd034524a6082886a56dcc079 /target/linux/ar71xx/base-files/etc | |
parent | c7bd99e831e91bfe9b5284ffd73a1255362bc8b5 (diff) | |
download | master-187ad058-b9f4b02c2846e3dffbce80f9aa7bb930694889b0.tar.gz master-187ad058-b9f4b02c2846e3dffbce80f9aa7bb930694889b0.tar.bz2 master-187ad058-b9f4b02c2846e3dffbce80f9aa7bb930694889b0.zip |
ar71xx: Fix LED-to-phy mapping for EnGenius ESR1750.
wlan5g is phy0tpt and wlan2g phy1tpt.
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46270 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 4 |
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) |