1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 13:29:16 +02:00

realtek: correct typo in port numbering

Port 10 was incorrectly labelled as nonexistent port 0.

Signed-off-by: Michael 'ASAP' Weinrich <michael@a5ap.net>
This commit is contained in:
Michael 'ASAP' Weinrich 2024-01-04 15:42:07 -05:00 committed by Sander Vanheule
parent 3acd584361
commit f1de1a090f

@ -191,7 +191,7 @@
SWITCH_PORT(7, 8, qsgmii) SWITCH_PORT(7, 8, qsgmii)
SWITCH_PORT(8, 9, qsgmii) SWITCH_PORT(8, 9, qsgmii)
SWITCH_PORT(9, 0, qsgmii) SWITCH_PORT(9, 10, qsgmii)
SWITCH_PORT(10, 11, qsgmii) SWITCH_PORT(10, 11, qsgmii)
SWITCH_PORT(11, 12, qsgmii) SWITCH_PORT(11, 12, qsgmii)
SWITCH_PORT(12, 13, qsgmii) SWITCH_PORT(12, 13, qsgmii)