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

This commit is contained in:
David Bauer 2020-10-06 23:37:41 +02:00 committed by GitHub
parent 177ff68ccf
commit e5b89b5511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -230,6 +230,7 @@ ipq40xx-generic
* AVM
- FRITZ!Box 4040 [#avmflash]_
- FRITZ!Box 7530 [#eva_ramboot]_
- FRITZ!Repeater 1200 [#eva_ramboot]_
* EnGenius

View File

@ -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', {
factory = false,
})