ath79-generic: add support for Ubiquiti Nanostation AC (WA)
This commit is contained in:
parent
2be6fe32e6
commit
baa3543313
@ -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
|
||||
|
||||
|
@ -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,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user