2
0
forked from Ivasoft/openwrt

lantiq: make AVM FRITZ!Box naming consistent

This commit changes the model string and device title of all AVM boards
to fit the naming of the manufacturer.

Drop all provider-specific titles as they are re-used for every device
generation by 1&1. The original AVM model name is printed on the bottom
of every devices.

Exception applies for boards which are only supported by a specific
sub-revision.

Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
David Bauer
2019-01-22 22:36:17 +01:00
committed by Mathias Kresin
parent 915fbd4e31
commit d4ba7bab25
7 changed files with 12 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
/ {
compatible = "avm,fritz3370-rev2-hynix", "avm,fritz3370-rev2", "lantiq,xway", "lantiq,vr9";
model = "AVM Fritz!Box WLAN 3370 Rev. 2 (Hynix NAND)";
model = "AVM FRITZ!Box 3370 Rev. 2 (Hynix NAND)";
};
&localbus {

View File

@@ -4,7 +4,7 @@
/ {
compatible = "avm,fritz3370-rev2-micron", "avm,fritz3370-rev2", "lantiq,xway", "lantiq,vr9";
model = "AVM Fritz!Box WLAN 3370 Rev. 2 (Micron NAND)";
model = "AVM FRITZ!Box 3370 Rev. 2 (Micron NAND)";
};
&localbus {

View File

@@ -5,7 +5,7 @@
/ {
compatible = "avm,fritz3370-rev2", "lantiq,xway", "lantiq,vr9";
model = "AVM Fritz!Box WLAN 3370 Rev. 2";
model = "AVM FRITZ!Box 3370 Rev. 2";
chosen {
bootargs = "console=ttyLTQ0,115200";

View File

@@ -6,7 +6,7 @@
/ {
compatible = "avm,fritz7312", "lantiq,xway", "lantiq,ar9";
model = "FritzBox 7312 (1&1 WLAN-MODEM)";
model = "AVM FRITZ!Box 7312";
chosen {
bootargs = "console=ttyLTQ0,115200";

View File

@@ -6,7 +6,7 @@
/ {
compatible = "avm,fritz7320", "lantiq,xway", "lantiq,ar9";
model = "1&1 HomeServer";
model = "AVM FRITZ!Box 7320";
chosen {
bootargs = "console=ttyLTQ0,115200";

View File

@@ -7,7 +7,7 @@
/ {
compatible = "avm,fritz7360sl", "lantiq,xway", "lantiq,vr9";
model = "1&1 HomeServer";
model = "AVM FRITZ!Box 7360 SL";
chosen {
bootargs = "console=ttyLTQ0,115200";