diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-07-20 22:51:11 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2019-08-07 18:04:03 +0200 |
commit | d7b4b5ec24184d322ccfc204c22120d5b4f02312 (patch) | |
tree | 6360e581b0151990db547c564c6b99ef2f7d95d4 /target | |
parent | 854ab1b0453d49e68e51395833ef0933a51c471e (diff) | |
download | upstream-d7b4b5ec24184d322ccfc204c22120d5b4f02312.tar.gz upstream-d7b4b5ec24184d322ccfc204c22120d5b4f02312.tar.bz2 upstream-d7b4b5ec24184d322ccfc204c22120d5b4f02312.zip |
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>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath79/dts/qca9533_tplink_cpe210-v2.dts | 2 | ||||
-rw-r--r-- | target/linux/ath79/dts/qca9533_tplink_cpe210-v3.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/qca9533_tplink_cpe210-v2.dts b/target/linux/ath79/dts/qca9533_tplink_cpe210-v2.dts index e8273ba249..020dae67a7 100644 --- a/target/linux/ath79/dts/qca9533_tplink_cpe210-v2.dts +++ b/target/linux/ath79/dts/qca9533_tplink_cpe210-v2.dts @@ -5,5 +5,5 @@ / { compatible = "tplink,cpe210-v2", "qca,qca9533"; - model = "TP-LINK CPE210 v2"; + model = "TP-Link CPE210 v2"; }; diff --git a/target/linux/ath79/dts/qca9533_tplink_cpe210-v3.dts b/target/linux/ath79/dts/qca9533_tplink_cpe210-v3.dts index cf1f728d0f..fd24ecc2da 100644 --- a/target/linux/ath79/dts/qca9533_tplink_cpe210-v3.dts +++ b/target/linux/ath79/dts/qca9533_tplink_cpe210-v3.dts @@ -5,5 +5,5 @@ / { compatible = "tplink,cpe210-v3", "qca,qca9533"; - model = "TP-LINK CPE210 v3"; + model = "TP-Link CPE210 v3"; }; |