ath79: rename TL-WR740ND-v4 to TL-WR740N-v4

Give the device the same name it had in ar71xx.

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
This commit is contained in:
Paul Wassi
2019-01-04 22:26:01 +01:00
committed by Christian Lamparter
parent da1107f8a5
commit ff541c5ca2
4 changed files with 7 additions and 7 deletions

View File

@@ -4,6 +4,6 @@
#include "ar9331_tplink_tl-wr741nd-v4.dtsi"
/ {
model = "TP-Link TL-WR740N/ND v4";
compatible = "tplink,tl-wr740nd-v4", "qca,ar9331";
model = "TP-Link TL-WR740N v4";
compatible = "tplink,tl-wr740n-v4", "qca,ar9331";
};