[source] lantiq: ARV752DPW22: fix wireless mac address
LEDE Commits
lede-commits at lists.infradead.org
Wed Oct 18 13:14:50 PDT 2017
mkresin pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/98c003e3da5993779b9011a24072e2bac4492d86
commit 98c003e3da5993779b9011a24072e2bac4492d86
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Wed Oct 18 06:59:38 2017 +0200
lantiq: ARV752DPW22: fix wireless mac address
The ARV752DPW22 has the same generic mac address in the EEPROM as it
was already noticed for other lantiq boards using a ralink wireless.
Use the base mac address from the boardconfig partition as it is done
by the stock firmware.
Signed-off-by: Mathias Kresin <dev at kresin.me>
---
target/linux/lantiq/dts/ARV752DPW22.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/lantiq/dts/ARV752DPW22.dts b/target/linux/lantiq/dts/ARV752DPW22.dts
index 225dfaa..82e8262 100644
--- a/target/linux/lantiq/dts/ARV752DPW22.dts
+++ b/target/linux/lantiq/dts/ARV752DPW22.dts
@@ -253,5 +253,6 @@
reg = <0x7000 0 0 0 0>;
ralink,mtd-eeprom = <&boardconfig 0x410>;
ralink,mtd-eeprom-swap;
+ mtd-mac-address = <&boardconfig 0x16>;
};
};
More information about the lede-commits
mailing list