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 <erkki.hietaranta@gmail.com>
  • Loading branch information
sbeach92 committed Dec 5, 2023
1 parent 2700200 commit bfe04c4
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 bfe04c4

Please sign in to comment.