Skip to content
Snippets Groups Projects
Commit d989e7d8 authored by blogic's avatar blogic
Browse files

ar71xx: Fix LED-to-phy mapping for EnGenius ESR1750.


wlan5g is phy0tpt and wlan2g phy1tpt.

Signed-off-by: default avatarChristian Beier <cb@shoutrlabs.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46270 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 76bfcd46
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment