From 290c54473eadf3ea3ddef81e051b436bcb09224f Mon Sep 17 00:00:00 2001 From: "Aleksandr V. Piskunov" Date: Mon, 16 Jul 2018 21:14:50 +0300 Subject: [PATCH 1/1] ath79: fix TP-Link Archer C7 v2 wlan1 MAC address The mac address for the 2.4 wireless need to be decremented by one. Correct MAC adress increments for this board are: wlan0 (5GHz) : -2 wlan1 (2.4GHz) : -1 eth1 (LAN) : 0 eth0 (WAN) : 1 Signed-off-by: Aleksandr V. Piskunov --- target/linux/ath79/dts/qca9558_tl-archer-c7.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ath79/dts/qca9558_tl-archer-c7.dtsi b/target/linux/ath79/dts/qca9558_tl-archer-c7.dtsi index 3be8786897..08b8e9257c 100644 --- a/target/linux/ath79/dts/qca9558_tl-archer-c7.dtsi +++ b/target/linux/ath79/dts/qca9558_tl-archer-c7.dtsi @@ -224,4 +224,5 @@ status = "okay"; mtd-cal-data = <&art 0x1000>; mtd-mac-address = <&uboot 0x1fc00>; + mtd-mac-address-increment = <(-1)>; }; -- 2.30.2