Skip to content

Commit

Permalink
ath79-generic: add support for DLAN (pro) 1200+ WiFi ac (#3334)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerle committed Aug 31, 2024
1 parent c2568ac commit c5c9935
Showing 1 changed file with 6 additions and 0 deletions.
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 c5c9935

Please sign in to comment.