ath79-generic: add support for devolo WiFi pro 1750x

This commit is contained in:
Simon Terzenbach 2019-11-21 10:30:56 +01:00 committed by Martin Weinelt
parent ba42412527
commit 04421f60ac
3 changed files with 9 additions and 0 deletions

View File

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

View File

@ -44,6 +44,9 @@ function M.is_outdoor_device()
elseif M.match('ar71xx', 'generic', {'unifiac-pro'}) and
M.get_model() == 'Ubiquiti UniFi-AC-MESH-PRO' then
return true
elseif M.match('ath79', 'generic', {'devolo,dvl1750x'}) then
return true
end
return false

View File

@ -29,6 +29,11 @@ device('devolo-wifi-pro-1750i', 'devolo_dvl1750i', {
factory = false,
})
device('devolo-wifi-pro-1750x', 'devolo_dvl1750x', {
packages = ATH10K_PACKAGES_QCA9880,
factory = false,
})
-- OCEDO
device('ocedo-raccoon', 'ocedo_raccoon', {