Skip to content

Commit

Permalink
ath79-generic: add support for AVM Fritz!Repeater 1750e (freifunk-glu…
Browse files Browse the repository at this point in the history
…on#3051)

Signed-off-by: Florian Maurer <[email protected]>
  • Loading branch information
maurerle authored Nov 7, 2023
1 parent 7a35d95 commit ec19923
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions targets/ath79-generic
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit ec19923

Please sign in to comment.