diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index a8975a6e..506dd73a 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -229,6 +229,10 @@ mpc85xx-p1020 - WS-AP3710i +* Extreme Networks + + - WS-AP3825i + * OCEDO - Panda diff --git a/targets/mpc85xx-p1020 b/targets/mpc85xx-p1020 index b2887eb8..9e8cbcad 100644 --- a/targets/mpc85xx-p1020 +++ b/targets/mpc85xx-p1020 @@ -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', {