mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 16:58:22 +00:00
ath79: fix tl-wa eth1 mac
This is using mac-base and so a 0 needs to be added. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/17274 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit 0634ebed9f74dca6d008b00f9fa00cc1220fa425)
This commit is contained in:
parent
6d0d4ce72f
commit
6435025f9c
@ -17,7 +17,7 @@
|
||||
};
|
||||
|
||||
ð1 {
|
||||
nvmem-cells = <&macaddr_uboot_1fc00>;
|
||||
nvmem-cells = <&macaddr_uboot_1fc00 0>;
|
||||
nvmem-cell-names = "mac-address";
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user