diff options
author | Aleksandr V. Piskunov <aleksandr.v.piskunov@gmail.com> | 2018-07-16 21:14:50 +0300 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-07-18 19:17:46 +0200 |
commit | 290c54473eadf3ea3ddef81e051b436bcb09224f (patch) | |
tree | b5f5a0a9a79bce9fce05960101735999610bcb05 /target | |
parent | 3838b16943c6021e3ff06d5733df890408ad7158 (diff) | |
download | upstream-290c54473eadf3ea3ddef81e051b436bcb09224f.tar.gz upstream-290c54473eadf3ea3ddef81e051b436bcb09224f.tar.bz2 upstream-290c54473eadf3ea3ddef81e051b436bcb09224f.zip |
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 <aleksandr.v.piskunov@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath79/dts/qca9558_tl-archer-c7.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
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)>; }; |