Skip to content
Snippets Groups Projects
Commit 50537e54 authored by Sven Eckelmann's avatar Sven Eckelmann
Browse files

ipq40xx: add support for Plasma Cloud PA2200

This device is a dual 5GHz device. It is recommended to manually change the
radio of the first device to the lower 5GHz channels and the second radio
to the upper 5GHz channels
parent 17baf0f4
No related branches found
No related tags found
No related merge requests found
...@@ -263,6 +263,7 @@ ipq40xx-generic ...@@ -263,6 +263,7 @@ ipq40xx-generic
* Plasma Cloud * Plasma Cloud
- PA1200 - PA1200
- PA2200
* ZyXEL * ZyXEL
......
...@@ -114,6 +114,7 @@ local primary_addrs = { ...@@ -114,6 +114,7 @@ local primary_addrs = {
{'ipq40xx', 'generic', { {'ipq40xx', 'generic', {
'avm,fritzbox-4040', 'avm,fritzbox-4040',
'plasmacloud,pa1200', 'plasmacloud,pa1200',
'plasmacloud,pa2200',
}}, }},
{'ipq806x', 'generic', { {'ipq806x', 'generic', {
'netgear,r7800', 'netgear,r7800',
......
This diff is collapsed.
...@@ -94,6 +94,10 @@ device('openmesh-a62', 'openmesh_a62', { ...@@ -94,6 +94,10 @@ device('openmesh-a62', 'openmesh_a62', {
device('plasma-cloud-pa1200', 'plasmacloud_pa1200') device('plasma-cloud-pa1200', 'plasmacloud_pa1200')
device('plasma-cloud-pa2200', 'plasmacloud_pa2200', {
packages = ATH10K_PACKAGES_IPQ40XX_QCA9888,
})
-- ZyXEL -- ZyXEL
......
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