mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-06 05:54:25 +00:00
ipq40xx: orbi: add ethernet0 alias
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
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:cd9c721124
("ipq40xx: 6.1: use latest DSA and ethernet patches") Fixes: #17384 Link: https://github.com/openwrt/openwrt/pull/17414 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit9ea174c7bf
)
This commit is contained in:
parent
9a0a05d52a
commit
1eff737906
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user