Skip to content
Snippets Groups Projects
Unverified Commit ec199238 authored by Florian Maurer's avatar Florian Maurer Committed by GitHub
Browse files

ath79-generic: add support for AVM Fritz!Repeater 1750e (#3051)

parent 7a35d95d
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,13 @@ device('avm-fritz-wlan-repeater-450e', 'avm_fritz450e', {
factory = false,
})
device('avm-fritz-wlan-repeater-1750e', 'avm_fritz1750e', {
packages = ATH10K_PACKAGES_SMALLBUFFERS_QCA9880,
factory = false,
broken = true, -- OOM with 5GHz enabled in most environments
class = 'tiny', -- 64M ath9k + ath10k
})
-- Buffalo
device('buffalo-wzr-hp-ag300h', 'buffalo_wzr-hp-ag300h')
......
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