Skip to content
Snippets Groups Projects
Unverified Commit 2ea793f9 authored by Manu.WTF's avatar Manu.WTF Committed by GitHub
Browse files

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

parent 7c268290
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ ath79-generic ...@@ -7,6 +7,7 @@ ath79-generic
* AVM * AVM
- Fritz!WLAN Repeater 450E [#avmflash]_ - Fritz!WLAN Repeater 450E [#avmflash]_
- Fritz!Box 4020 [#avmflash]_
* devolo * devolo
......
...@@ -24,6 +24,10 @@ local ATH10K_PACKAGES_QCA9888 = { ...@@ -24,6 +24,10 @@ local ATH10K_PACKAGES_QCA9888 = {
-- AVM -- AVM
device('avm-fritz-box-4020', 'avm_fritz4020', {
factory = false,
})
device('avm-fritz-wlan-repeater-450e', 'avm_fritz450e', { device('avm-fritz-wlan-repeater-450e', 'avm_fritz450e', {
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