diff options
author | Nick Hainke <vincent@systemli.org> | 2023-05-03 20:10:32 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-04 06:09:11 +0200 |
commit | 9464e9e209bb2df22f314276785bea80b1cfee0e (patch) | |
tree | 73de1b44813276f6016bf002a50c90ac5bed96b6 /target | |
parent | 97d20525b24e96558f974858f4d8ad6d9148e61f (diff) | |
download | upstream-9464e9e209bb2df22f314276785bea80b1cfee0e.tar.gz upstream-9464e9e209bb2df22f314276785bea80b1cfee0e.tar.bz2 upstream-9464e9e209bb2df22f314276785bea80b1cfee0e.zip |
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@systemli.org>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/image/ar9.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |