Skip to content
Snippets Groups Projects
Commit bd343c73 authored by Grische's avatar Grische Committed by github-actions[bot]
Browse files

ipq40xx-generic: add AVM FRITZBox 7520 explicitely

AVM Fritz!Box 7520 and Fritz!Box 7530 use the same hardware platform and can
only be distinguished by using the urlader partition or the fritz-tffs tools
and read the ProductID (Fritz_Box_HW247).

(cherry picked from commit 5888a50c)
parent 4cb1d45e
No related branches found
No related tags found
No related merge requests found
...@@ -176,6 +176,7 @@ ipq40xx-generic ...@@ -176,6 +176,7 @@ ipq40xx-generic
* AVM * AVM
- FRITZ!Box 4040 [#avmflash]_ - FRITZ!Box 4040 [#avmflash]_
- FRITZ!Box 7520 (v1) [#eva_ramboot]_
- FRITZ!Box 7530 [#eva_ramboot]_ - FRITZ!Box 7530 [#eva_ramboot]_
- FRITZ!Repeater 1200 [#eva_ramboot]_ - FRITZ!Repeater 1200 [#eva_ramboot]_
......
...@@ -58,6 +58,7 @@ device('avm-fritz-box-4040', 'avm_fritzbox-4040', { ...@@ -58,6 +58,7 @@ device('avm-fritz-box-4040', 'avm_fritzbox-4040', {
device('avm-fritz-box-7530', 'avm_fritzbox-7530', { device('avm-fritz-box-7530', 'avm_fritzbox-7530', {
factory = false, factory = false,
aliases = {'avm-fritz-box-7520'},
}) })
device('avm-fritz-repeater-1200', 'avm_fritzrepeater-1200', { device('avm-fritz-repeater-1200', 'avm_fritzrepeater-1200', {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment