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:
50db9a4
)
lantiq: ARV752DPW22: fix wireless mac address
author
Mathias Kresin
<dev@kresin.me>
Wed, 18 Oct 2017 04:59:38 +0000
(06:59 +0200)
committer
Mathias Kresin
<dev@kresin.me>
Wed, 18 Oct 2017 20:14:25 +0000
(22:14 +0200)
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@kresin.me>
target/linux/lantiq/dts/ARV752DPW22.dts
patch
|
blob
|
history
diff --git
a/target/linux/lantiq/dts/ARV752DPW22.dts
b/target/linux/lantiq/dts/ARV752DPW22.dts
index 225dfaaaacc3223d581356b452e97fb4581acb71..82e82629a489746060f91b35fa6780b21d1acb4f 100644
(file)
--- 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>;
};
};