mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 13:26:34 +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>
This commit is contained in:
parent
f71ce1c34e
commit
0634ebed9f
@ -17,7 +17,7 @@
|
||||
};
|
||||
|
||||
ð1 {
|
||||
nvmem-cells = <&macaddr_uboot_1fc00>;
|
||||
nvmem-cells = <&macaddr_uboot_1fc00 0>;
|
||||
nvmem-cell-names = "mac-address";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user