diff options
author | Mathias Kresin <dev@kresin.me> | 2017-03-26 10:53:35 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-05-05 19:58:49 +0200 |
commit | 92a12c434ca340f619a5bcd327aff8bdaf4ee0c7 (patch) | |
tree | d7a0caea9e66567610d94e8cf4d2e124fa91df03 /target/linux/lantiq/dts/FRITZ7360SL.dts | |
parent | 961c0eacea00b2c8e82eed695eb6ae60703f7763 (diff) | |
download | upstream-92a12c434ca340f619a5bcd327aff8bdaf4ee0c7.tar.gz upstream-92a12c434ca340f619a5bcd327aff8bdaf4ee0c7.tar.bz2 upstream-92a12c434ca340f619a5bcd327aff8bdaf4ee0c7.zip |
lantiq: fix avm fritz box mac addresses
It has been shown that the Fritz boxes have the correct mac address set
in the wireless calibration data/eeeprom. Use this mac address as base
for the ethernet and xdsl interface increment/decrement the address to
match the values stored in the tffs.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/dts/FRITZ7360SL.dts')
-rw-r--r-- | target/linux/lantiq/dts/FRITZ7360SL.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/FRITZ7360SL.dts b/target/linux/lantiq/dts/FRITZ7360SL.dts index b4b12246ce..31a9527b79 100644 --- a/target/linux/lantiq/dts/FRITZ7360SL.dts +++ b/target/linux/lantiq/dts/FRITZ7360SL.dts @@ -155,7 +155,8 @@ #address-cells = <1>; #size-cells = <0>; reg = <0>; - mac-address = [ 00 11 22 33 44 55 ]; + mtd-mac-address = <&urlader 0xa91>; + mtd-mac-address-increment = <(-2)>; lantiq,switch; ethernet@0 { |