mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 23:42:43 +00:00
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
@ -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 New Issue
Block a user