Skip to content
Snippets Groups Projects
Unverified Commit e5b89b55 authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

ipq40xx-generic: add support for AVM FRITZBox 7530 (#2125)

parent 177ff68c
No related branches found
No related tags found
No related merge requests found
...@@ -230,6 +230,7 @@ ipq40xx-generic ...@@ -230,6 +230,7 @@ ipq40xx-generic
* AVM * AVM
- FRITZ!Box 4040 [#avmflash]_ - FRITZ!Box 4040 [#avmflash]_
- FRITZ!Box 7530 [#eva_ramboot]_
- FRITZ!Repeater 1200 [#eva_ramboot]_ - FRITZ!Repeater 1200 [#eva_ramboot]_
* EnGenius * EnGenius
......
...@@ -38,6 +38,10 @@ device('avm-fritz-box-4040', 'avm_fritzbox-4040', { ...@@ -38,6 +38,10 @@ device('avm-fritz-box-4040', 'avm_fritzbox-4040', {
}, },
}) })
device('avm-fritz-box-7530', 'avm_fritzbox-7530', {
factory = false,
})
device('avm-fritz-repeater-1200', 'avm_fritzrepeater-1200', { device('avm-fritz-repeater-1200', 'avm_fritzrepeater-1200', {
factory = false, factory = false,
}) })
......
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