[openwrt/openwrt] lantiq: xway: use capital letters in Fritz!Box name
LEDE Commits
lede-commits at lists.infradead.org
Thu May 4 11:08:41 PDT 2023
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/9464e9e209bb2df22f314276785bea80b1cfee0e
commit 9464e9e209bb2df22f314276785bea80b1cfee0e
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Wed May 3 20:10:32 2023 +0200
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 <vincent at systemli.org>
---
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
More information about the lede-commits
mailing list