forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipq40xx: habanero-dvk: fix LAN MAC adresses
Currently, only the WAN MAC is being populated on Habanero DVK, and that is happening via the ethernet1 alias so U-Boot does it, previously ethernet0 was implicitly added in the SoC DTSI so it would populate the LAN MAC-s but it was dropped(rightly so) so now LAN MAC-s and the GMAC one are random. So, lets simply switch to using NVMEM to assign the proper MAC adresses. Signed-off-by: Robert Marko <[email protected]>
- Loading branch information
Showing
1 changed file
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters