diff options
| author | Rosen Penev | 2024-12-14 22:26:25 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-12-16 10:07:11 +0000 |
| commit | 6435025f9caddc2ee756d316dab7b1e9a4c3a940 (patch) | |
| tree | 904f14c430f9a8b2a8e7ef0f5b870cdc25c799d4 | |
| parent | 6d0d4ce72f0e00a21a2a2430211015eb623cfbfe (diff) | |
| download | openwrt-6435025f9caddc2ee756d316dab7b1e9a4c3a940.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>
(cherry picked from commit 0634ebed9f74dca6d008b00f9fa00cc1220fa425)
| -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"; }; |