mpc85xx-p1020: add Extreme Networks WS-AP3825i (#2495)

This commit is contained in:
Tom Herbers 2022-05-01 10:43:32 +02:00 committed by GitHub
parent 154ecf6ad8
commit aef006e02e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

View File

@ -229,6 +229,10 @@ mpc85xx-p1020
- WS-AP3710i
* Extreme Networks
- WS-AP3825i
* OCEDO
- Panda

View File

@ -1,3 +1,11 @@
local ATH10K_PACKAGES_QCA9880 = {
'kmod-ath10k',
'-kmod-ath10k-ct',
'-kmod-ath10k-ct-smallbuffers',
'ath10k-firmware-qca988x',
'-ath10k-firmware-qca988x-ct',
}
-- Aerohive
device('aerohive-hiveap-330', 'aerohive_hiveap-330', {
@ -12,6 +20,14 @@ device('enterasys-ws-ap3710i', 'enterasys_ws-ap3710i', {
})
-- Extreme Networks
device('extreme-networks-ws-ap3825i', 'extreme-networks_ws-ap3825i', {
factory = false,
packages = ATH10K_PACKAGES_QCA9880,
})
-- OCEDO
device('ocedo-panda', 'ocedo_panda', {