mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 14:42:11 -05: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";
|
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";
|
compatible = "tplink,cpe210-v3", "qca,qca9533";
|
||||||
model = "TP-LINK CPE210 v3";
|
model = "TP-Link CPE210 v3";
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user