projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f71ce1c
)
ath79: fix tl-wa eth1 mac
author
Rosen Penev
<rosenp@gmail.com>
Sat, 14 Dec 2024 22:26:25 +0000
(14:26 -0800)
committer
Robert Marko
<robimarko@gmail.com>
Mon, 16 Dec 2024 10:06:11 +0000
(11:06 +0100)
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>
target/linux/ath79/dts/ar7240_tplink_tl-wa.dtsi
patch
|
blob
|
history
diff --git
a/target/linux/ath79/dts/ar7240_tplink_tl-wa.dtsi
b/target/linux/ath79/dts/ar7240_tplink_tl-wa.dtsi
index 1f46e77423cd245a368f244ce9d02444c874a4cd..94d2570c6c1e54c4d0bf027dd13be69c0c3bf773 100644
(file)
--- 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";
};