Skip to content
Snippets Groups Projects
Commit 04421f60 authored by Simon Terzenbach's avatar Simon Terzenbach Committed by Martin Weinelt
Browse files

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

parent ba424125
No related branches found
No related tags found
No related merge requests found
...@@ -188,6 +188,7 @@ ath79-generic ...@@ -188,6 +188,7 @@ ath79-generic
- WiFi pro 1200i - WiFi pro 1200i
- WiFi pro 1750c - WiFi pro 1750c
- WiFi pro 1750i - WiFi pro 1750i
- WiFi pro 1750x
* OCEDO * OCEDO
......
...@@ -44,6 +44,9 @@ function M.is_outdoor_device() ...@@ -44,6 +44,9 @@ function M.is_outdoor_device()
elseif M.match('ar71xx', 'generic', {'unifiac-pro'}) and elseif M.match('ar71xx', 'generic', {'unifiac-pro'}) and
M.get_model() == 'Ubiquiti UniFi-AC-MESH-PRO' then M.get_model() == 'Ubiquiti UniFi-AC-MESH-PRO' then
return true return true
elseif M.match('ath79', 'generic', {'devolo,dvl1750x'}) then
return true
end end
return false return false
......
...@@ -29,6 +29,11 @@ device('devolo-wifi-pro-1750i', 'devolo_dvl1750i', { ...@@ -29,6 +29,11 @@ device('devolo-wifi-pro-1750i', 'devolo_dvl1750i', {
factory = false, factory = false,
}) })
device('devolo-wifi-pro-1750x', 'devolo_dvl1750x', {
packages = ATH10K_PACKAGES_QCA9880,
factory = false,
})
-- OCEDO -- OCEDO
device('ocedo-raccoon', 'ocedo_raccoon', { device('ocedo-raccoon', 'ocedo_raccoon', {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment