ath79: fix vendor capitalization of TP-Link
According to detective grep, with this patch all devices should be labelled "TP-Link" consistently. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
854ab1b045
commit
d7b4b5ec24
2 changed files with 2 additions and 2 deletions
|
@ -5,5 +5,5 @@
|
|||
|
||||
/ {
|
||||
compatible = "tplink,cpe210-v2", "qca,qca9533";
|
||||
model = "TP-LINK CPE210 v2";
|
||||
model = "TP-Link CPE210 v2";
|
||||
};
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
|
||||
/ {
|
||||
compatible = "tplink,cpe210-v3", "qca,qca9533";
|
||||
model = "TP-LINK CPE210 v3";
|
||||
model = "TP-Link CPE210 v3";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue