diff options
author | Lars Wessels <software@bytebox.org> | 2020-07-04 13:59:17 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-07-06 17:57:13 +0200 |
commit | 702366a30b8443964a3ad80287a09ddc4cc6f8e9 (patch) | |
tree | b7184946d7420d4dfeff3474907562a70777102b /target/linux/lantiq/files-4.19 | |
parent | dfe0bc860f67a53a9c9de6d7810c0bffa3bbdd6c (diff) | |
download | upstream-702366a30b8443964a3ad80287a09ddc4cc6f8e9.tar.gz upstream-702366a30b8443964a3ad80287a09ddc4cc6f8e9.tar.bz2 upstream-702366a30b8443964a3ad80287a09ddc4cc6f8e9.zip |
lantiq: wifi mac fix for ARV752DPW
Set wifi mac from flash partition 'board_config' to
match the label on the device (Easybox 802).
Currently the wifi mac is always set to 00:0c:43:28:60:00.
eth0 and WiFi will now share the same mac (as in original firmware).
Signed-off-by: Lars Wessels <software@bytebox.org>
[improve commit message]
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/lantiq/files-4.19')
-rw-r--r-- | target/linux/lantiq/files-4.19/arch/mips/boot/dts/lantiq/danube_arcadyan_arv752dpw.dts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/lantiq/files-4.19/arch/mips/boot/dts/lantiq/danube_arcadyan_arv752dpw.dts b/target/linux/lantiq/files-4.19/arch/mips/boot/dts/lantiq/danube_arcadyan_arv752dpw.dts index 069b1b1ed6..7c51f31bad 100644 --- a/target/linux/lantiq/files-4.19/arch/mips/boot/dts/lantiq/danube_arcadyan_arv752dpw.dts +++ b/target/linux/lantiq/files-4.19/arch/mips/boot/dts/lantiq/danube_arcadyan_arv752dpw.dts @@ -21,6 +21,8 @@ led-dsl = &internet_red; led-usb = &umts; led-wifi = &wifi; + + label-mac-device = &wifi0; }; memory@0 { @@ -217,9 +219,10 @@ interrupt-map = <0x7000 0 0 1 &icu0 135>; req-mask = <0x3>; - wifi@1814,0601 { + wifi0: wifi@1814,0601 { compatible = "pci1814,0601"; reg = <0x7000 0 0 0 0>; + mtd-mac-address = <&boardconfig 0x16>; ralink,mtd-eeprom = <&boardconfig 0x410>; ralink,mtd-eeprom-swap; }; |