diff options
author | Mathias Kresin <dev@kresin.me> | 2017-10-18 06:59:38 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-10-18 22:12:45 +0200 |
commit | 36d2884d553aa4cc98b1df5ed43a16ab336dd660 (patch) | |
tree | fc418229831187d95d3367df66932deb3c852b2f /target | |
parent | a02a866519538714bb74ca2da0fbdcc412b43269 (diff) | |
download | upstream-36d2884d553aa4cc98b1df5ed43a16ab336dd660.tar.gz upstream-36d2884d553aa4cc98b1df5ed43a16ab336dd660.tar.bz2 upstream-36d2884d553aa4cc98b1df5ed43a16ab336dd660.zip |
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@kresin.me>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/dts/ARV752DPW22.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/ARV752DPW22.dts b/target/linux/lantiq/dts/ARV752DPW22.dts index d5a6d3184a..54b4e20b37 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>; }; }; |