Skip to content
Snippets Groups Projects
Unverified Commit aef006e0 authored by Tom Herbers's avatar Tom Herbers Committed by GitHub
Browse files

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

parent 154ecf6a
No related branches found
No related tags found
No related merge requests found
......@@ -229,6 +229,10 @@ mpc85xx-p1020
- WS-AP3710i
* Extreme Networks
- WS-AP3825i
* OCEDO
- Panda
......
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', {
......
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