ath79-generic: (re)add support for avm_fritz4020

This commit is contained in:
Dark4MD 2022-03-28 00:32:01 +02:00
parent 7c268290ee
commit 90d532d05a
2 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,7 @@ ath79-generic
* AVM
- Fritz!WLAN Repeater 450E [#avmflash]_
- Fritz!Box 4020 [#avmflash]_
* devolo

View File

@ -24,6 +24,10 @@ local ATH10K_PACKAGES_QCA9888 = {
-- AVM
device('avm-fritz-box-4020', 'avm_fritz4020', {
factory = false,
})
device('avm-fritz-wlan-repeater-450e', 'avm_fritz450e', {
factory = false,
})