forked from Ivasoft/openwrt
ipq806x: ecw5410: use bootloader provided MAC-s
Currently, we are overriding the bootloader provided MAC-s as the ethernet
aliases are reversed so MAC-s were fixed up in userspace.
There is no need to do that as we can just fix the aliases instead and get
rid of MAC setting via userspace helper.
Fixes: 59f0a0f ("ipq806x: add Edgecore ECW5410 support")
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
This commit is contained in:
committed by
Adrian Schmutzler
parent
2e3c79ef83
commit
76fff69180
@@ -34,8 +34,8 @@
|
||||
|
||||
aliases {
|
||||
serial1 = &gsbi1_serial;
|
||||
ethernet0 = &gmac3;
|
||||
ethernet1 = &gmac2;
|
||||
ethernet0 = &gmac2;
|
||||
ethernet1 = &gmac3;
|
||||
|
||||
led-boot = &led_power_green;
|
||||
led-failsafe = &led_power_red;
|
||||
|
||||
Reference in New Issue
Block a user