mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
ath79: make TP-Link revision naming consistent
This commit makes the TP-Link hardware-revision naming consistent to match the one used by the vendor. TP-Link refers to the different revisions as "vX" not "Version X". Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
f2c83532f9
commit
6837c757cf
@ -8,7 +8,7 @@
|
||||
|
||||
/ {
|
||||
compatible = "tplink,tl-wr1043nd-v1", "qca,ar9132";
|
||||
model = "TP-Link TL-WR1043ND Version 1";
|
||||
model = "TP-Link TL-WR1043ND v1";
|
||||
|
||||
aliases {
|
||||
led-boot = &system;
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
/ {
|
||||
compatible = "tplink,tl-wr841-v11", "qca,qca9533";
|
||||
model = "TP-Link TL-WR841N/ND Version 11";
|
||||
model = "TP-Link TL-WR841N/ND v11";
|
||||
|
||||
aliases {
|
||||
led-boot = &system_led;
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
/ {
|
||||
compatible = "tplink,tl-wr841-v9", "qca,qca9533";
|
||||
model = "TP-Link TL-WR841N/ND Version 9";
|
||||
model = "TP-Link TL-WR841N/ND v9";
|
||||
|
||||
aliases {
|
||||
led-boot = &qss_led;
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
/ {
|
||||
compatible = "tplink,archer-c7-v1", "qca,qca9558";
|
||||
model = "TP-Link Archer C7 Version 1";
|
||||
model = "TP-Link Archer C7 v1";
|
||||
};
|
||||
|
||||
&gpio_keys {
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
/ {
|
||||
compatible = "tplink,archer-c7-v2", "qca,qca9558";
|
||||
model = "TP-Link Archer C7 Version 2";
|
||||
model = "TP-Link Archer C7 v2";
|
||||
};
|
||||
|
||||
&gpio_keys {
|
||||
|
@ -8,5 +8,5 @@
|
||||
|
||||
/ {
|
||||
compatible = "tplink,tl-wr1043nd-v2", "qca,qca9557";
|
||||
model = "TP-Link TL-WR1043ND Version 2";
|
||||
model = "TP-Link TL-WR1043ND v2";
|
||||
};
|
||||
|
@ -8,5 +8,5 @@
|
||||
|
||||
/ {
|
||||
compatible = "tplink,tl-wr1043nd-v3", "qca,qca9557";
|
||||
model = "TP-Link TL-WR1043ND Version 3";
|
||||
model = "TP-Link TL-WR1043ND v3";
|
||||
};
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
/ {
|
||||
compatible = "tplink,archer-c2-v3", "qca,qca9563";
|
||||
model = "TP-Link Archer C2 Version 3";
|
||||
model = "TP-Link Archer C2 v3";
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,115200n8";
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
/ {
|
||||
compatible = "tplink,tl-wr1043nd-v4", "qca,qca9563";
|
||||
model = "TP-Link TL-WR1043ND Version 4";
|
||||
model = "TP-Link TL-WR1043ND v4";
|
||||
};
|
||||
|
||||
&gpio_leds {
|
||||
|
Loading…
x
Reference in New Issue
Block a user