Skip to content

Commit

Permalink
ipq40xx: orbi: add ethernet0 alias
Browse files Browse the repository at this point in the history
Netgear Orbi devices rely on ethernet0 alias to be present to U-Boot will
populate the MAC.

This fixes the random MAC on each boot after the ethernet0 alias was
dropped from the SoC DTSI.

Fixes: cd9c721 ("ipq40xx: 6.1: use latest DSA and ethernet patches")
Fixes: #17384
Link: openwrt/openwrt#17414
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
robimarko committed Dec 29, 2024
1 parent e6ce868 commit 9ea174c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
led-failsafe = &led_status_red;
led-running = &led_status_green;
led-upgrade = &led_status_blue;
ethernet0 = &gmac;
label-mac-device = &gmac;
};

Expand Down

0 comments on commit 9ea174c

Please sign in to comment.