ath79-generic: (re)add support for avm_fritz4020 (#2435)

This commit is contained in:
Manu.WTF 2022-04-04 19:08:38 +02:00 committed by GitHub
parent 7c268290ee
commit 2ea793f9b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,
})