From d4ba7bab25c84478ce3aa5ebd80d24b5a5624e7b Mon Sep 17 00:00:00 2001 From: David Bauer Date: Tue, 22 Jan 2019 22:36:17 +0100 Subject: 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 --- target/linux/lantiq/image/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'target/linux/lantiq/image/Makefile') diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index e9d9e42027..b59acf4ddc 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -489,7 +489,7 @@ define Device/avm_fritz7312 $(Device/AVM) DEVICE_DTS := FRITZ7312 IMAGE_SIZE := 15744k - DEVICE_TITLE := 1&1 WLAN-MODEM - FRITZ7312 + DEVICE_TITLE := AVM FRITZ!Box 7312 DEVICE_PACKAGES := kmod-ath9k kmod-owl-loader wpad-mini \ kmod-ltq-adsl-ar9-mei kmod-ltq-adsl-ar9 \ kmod-ltq-adsl-ar9-fw-b kmod-ltq-atm-ar9 \ @@ -502,7 +502,7 @@ define Device/avm_fritz7320 $(Device/AVM) DEVICE_DTS := FRITZ7320 IMAGE_SIZE := 15744k - DEVICE_TITLE := 1&1 HomeServer - FRITZ7320 + DEVICE_TITLE := AVM FRITZ!Box 7320 DEVICE_PACKAGES := kmod-ath9k kmod-owl-loader wpad-basic \ kmod-ltq-adsl-ar9-mei kmod-ltq-adsl-ar9 \ kmod-ltq-adsl-ar9-fw-b kmod-ltq-atm-ar9 \ @@ -631,7 +631,7 @@ define Device/avm_fritz3370 $(Device/AVM) $(Device/NAND) DEVICE_DTS := FRITZ3370 - DEVICE_TITLE := AVM Fritz!Box WLan 3370 Rev. 2 + DEVICE_TITLE := AVM FRITZ!Box 3370 Rev. 2 KERNEL_SIZE := 4096k UBINIZE_OPTS := -E 5 IMAGES += eva-kernel.bin eva-filesystem.bin @@ -643,14 +643,14 @@ endef define Device/avm_fritz3370-rev2-hynix $(Device/avm_fritz3370) DEVICE_DTS := FRITZ3370-REV2-HYNIX - DEVICE_TITLE := AVM Fritz!Box WLan 3370 Rev. 2 (Hynix NAND) + DEVICE_TITLE := AVM FRITZ!Box 3370 Rev. 2 (Hynix NAND) endef TARGET_DEVICES += avm_fritz3370-rev2-hynix define Device/avm_fritz3370-rev2-micron $(Device/avm_fritz3370) DEVICE_DTS := FRITZ3370-REV2-MICRON - DEVICE_TITLE := AVM Fritz!Box WLan 3370 Rev. 2 (Micron NAND) + DEVICE_TITLE := AVM FRITZ!Box 3370 Rev. 2 (Micron NAND) endef TARGET_DEVICES += avm_fritz3370-rev2-micron @@ -658,7 +658,7 @@ define Device/avm_fritz7360sl $(Device/AVM) IMAGE_SIZE := 15744k DEVICE_DTS := FRITZ7360SL - DEVICE_TITLE := 1&1 HomeServer - FRITZ7360SL + DEVICE_TITLE := AVM FRITZ!Box 7360 SL DEVICE_PACKAGES := kmod-ath9k kmod-owl-loader wpad-basic kmod-usb-dwc2 SUPPORTED_DEVICES += FRITZ7360SL endef -- cgit v1.2.3