forked from Ivasoft/openwrt
apm821xx: WNDAP660: fix ethernet port ordering
Tim Small reported:
| Viewing the 'Network' -> 'Switch' config page in LuCI:
|
| The LuCI LAN 1 port corresponds to the port physically
| labelled 2 at the rear of the device.
| [...]
|
| When a patch cord is attached to the port labelled 1 [...],
| the LED labelled °2 illuminates.
=> essentially, the Ports and LEDs are reversed.
Reported-by: Tim Small
Fixes: #10111
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
(cherry picked from commit 36483600d3)
This commit is contained in:
@@ -32,9 +32,9 @@ netgear,wndap660)
|
||||
":test=:fault" \
|
||||
":wlan2g=:wlan-0" \
|
||||
":wlan5g=:wlan-1" \
|
||||
":lan1-link100=:lan-0" \
|
||||
":lan1-link100=:lan-1" \
|
||||
":lan1-link1000=:lan-1" \
|
||||
":lan2-link100=:lan-1" \
|
||||
":lan2-link100=:lan-2" \
|
||||
":lan2-link1000=:lan-2"
|
||||
;;
|
||||
netgear,wndr4700)
|
||||
|
||||
Reference in New Issue
Block a user