ath79-generic: add support for Ubiquiti Nanostation AC (WA)

This commit is contained in:
Kevin Olbrich 2020-04-27 01:13:34 +02:00
parent 2be6fe32e6
commit baa3543313
2 changed files with 8 additions and 0 deletions

View File

@ -54,6 +54,7 @@ function M.is_outdoor_device()
elseif M.match('ath79', 'generic', {
'devolo,dvl1750x',
'tplink,cpe220-v3',
'ubnt,nanostation-ac',
}) then
return true

View File

@ -78,3 +78,10 @@ device('tp-link-archer-c6-v2', 'tplink_archer-c6-v2', {
})
device('tp-link-cpe220-v3', 'tplink_cpe220-v3')
-- Ubiquiti
device('ubiquiti-nanostation-ac', 'ubnt_nanostation-ac', {
broken = true, -- 64M RAM ath9k + ath10k
packages = ATH10K_PACKAGES_QCA9880,
})