Skip to content

Commit

Permalink
ipq40xx: add support for MikroTik SXTsq 5 ac
Browse files Browse the repository at this point in the history
The SXTsq 5 AC is a sector antenna with ipq40xx SoC. In particular, the device is
ideal to be mounted on the balcony to supply public areas with internet access.

Signed-off-by: Nick Hainke <vincent@systemli.org>
  • Loading branch information
PolynomialDivision committed May 3, 2021
1 parent d425fd2 commit bbe2fae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/user/supported_devices.rst
Expand Up @@ -256,6 +256,10 @@ ipq40xx-generic

- EA6350 (v3)

* MikroTik

- SXTsq 5 ac

* NETGEAR

- EX6100 (v2)
Expand Down
Expand Up @@ -116,6 +116,7 @@ local primary_addrs = {
'avm,fritzbox-4040',
'plasmacloud,pa1200',
'plasmacloud,pa2200',
'mikrotik,sxtsq-5-ac',
}},
{'ipq806x', 'generic', {
'netgear,r7800',
Expand Down
3 changes: 3 additions & 0 deletions targets/ipq40xx-generic
Expand Up @@ -69,6 +69,9 @@ device('gl.inet-gl-b1300', 'glinet_gl-b1300', {

device('linksys-ea6350v3', 'linksys_ea6350v3')

-- MikroTik

device('mikrotik-sxtsq-5-ac', 'mikrotik_sxtsq-5-ac')

-- NETGEAR

Expand Down

0 comments on commit bbe2fae

Please sign in to comment.