From 9464e9e209bb2df22f314276785bea80b1cfee0e Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Wed, 3 May 2023 20:10:32 +0200 Subject: [PATCH] lantiq: xway: use capital letters in Fritz!Box name Rename to Fritz!Box to keep naming uniform. Fixes: ceac4ae3b403 ("lantiq: xway: add support for AVM FRITZ!Box 7330") Signed-off-by: Nick Hainke --- target/linux/lantiq/image/ar9.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/lantiq/image/ar9.mk b/target/linux/lantiq/image/ar9.mk index 5732a3432c..9a0d68433c 100644 --- a/target/linux/lantiq/image/ar9.mk +++ b/target/linux/lantiq/image/ar9.mk @@ -18,7 +18,7 @@ define Device/avm_fritz7320 DEVICE_ALT0_VENDOR := 1&1 DEVICE_ALT0_MODEL := HomeServer DEVICE_ALT1_VENDOR := AVM - DEVICE_ALT1_MODEL := Fritz!box 7330 + DEVICE_ALT1_MODEL := Fritz!Box 7330 SOC := ar9 IMAGE_SIZE := 15744k LOADER_FLASH_OFFS := 0x31000 -- 2.30.2