ath79-generic: add support for devolo WiFi pro 1750x
This commit is contained in:
parent
ba42412527
commit
04421f60ac
@ -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()
|
|||||||
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', {
|
|||||||
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', {
|
||||||
|
Loading…
Reference in New Issue
Block a user