Skip to content

Commit

Permalink
ath79-generic: add support for DLAN (pro) 1200+ WiFi ac
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerle committed Aug 31, 2024
1 parent c2568ac commit 80b0b6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ ath79-generic

* devolo

- DLAN 1200+ WiFi ac
- DLAN pro 1200+ WiFi ac
- WiFi pro 1200e [#lan_as_wan]_
- WiFi pro 1200i
- WiFi pro 1750c
Expand Down
6 changes: 6 additions & 0 deletions targets/ath79-generic
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ device('buffalo-wzr-hp-g300nh-rtl8366s', 'buffalo_wzr-hp-g300nh-s')

-- devolo

device('devolo-dlan-pro-1200+-wifi-ac', 'devolo_dlan-pro-1200plus-ac', {
packages = ATH10K_PACKAGES_QCA9880,
factory = false,
broken = true, -- no power led
})

device('devolo-wifi-pro-1200e', 'devolo_dvl1200e', {
packages = ATH10K_PACKAGES_QCA9880,
factory = false,
Expand Down

0 comments on commit 80b0b6f

Please sign in to comment.