diff options
| author | Rosen Penev | 2024-12-14 22:26:25 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-12-16 10:06:11 +0000 |
| commit | 0634ebed9f74dca6d008b00f9fa00cc1220fa425 (patch) | |
| tree | 7521ec1979179aa5242ad6ccc087f5e19529f103 | |
| parent | f71ce1c34e43a1722eeadefa89324b23d0463022 (diff) | |
| download | openwrt-0634ebed9f74dca6d008b00f9fa00cc1220fa425.tar.gz | |
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>
| -rw-r--r-- | target/linux/ath79/dts/ar7240_tplink_tl-wa.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar7240_tplink_tl-wa.dtsi b/target/linux/ath79/dts/ar7240_tplink_tl-wa.dtsi index 1f46e77423..94d2570c6c 100644 --- a/target/linux/ath79/dts/ar7240_tplink_tl-wa.dtsi +++ b/target/linux/ath79/dts/ar7240_tplink_tl-wa.dtsi @@ -17,7 +17,7 @@ }; ð1 { - nvmem-cells = <&macaddr_uboot_1fc00>; + nvmem-cells = <&macaddr_uboot_1fc00 0>; nvmem-cell-names = "mac-address"; }; |