Skip to content

Commit

Permalink
ipq40xx: Fix ASUS MAP-AC2200 ethernet port assigns
Browse files Browse the repository at this point in the history
ASUS MAP-AC2200 port assings in orginal port are cross assigned.
Fix for LAN <-> WAN

Signed-off-by: Erkki Hietaranta <[email protected]>
  • Loading branch information
sbeach92 committed Dec 9, 2023
1 parent 72d7987 commit 7cbcec7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@

&swport4 {
status = "okay";
label = "wan";
label = "lan";
};

&swport5 {
status = "okay";
label = "lan";
label = "wan";
};

&wifi0 {
Expand Down

0 comments on commit 7cbcec7

Please sign in to comment.