ath79-generic: add support for devolo WiFi pro 1750c (#1875)

This commit is contained in:
David Bauer 2019-11-22 01:45:00 +01:00 committed by Andreas Ziegler
parent ee917a7ea9
commit 4e3f1053da
2 changed files with 6 additions and 0 deletions

View File

@ -186,6 +186,7 @@ ath79-generic
* devolo
- WiFi pro 1200i
- WiFi pro 1750c
- WiFi pro 1750i
* OCEDO

View File

@ -19,6 +19,11 @@ device('devolo-wifi-pro-1200i', 'devolo_dvl1200i', {
factory = false,
})
device('devolo-wifi-pro-1750c', 'devolo_dvl1750c', {
packages = ATH10K_PACKAGES_QCA9880,
factory = false,
})
device('devolo-wifi-pro-1750i', 'devolo_dvl1750i', {
packages = ATH10K_PACKAGES_QCA9880,
factory = false,