Skip to content
Snippets Groups Projects
Unverified Commit 39f9bf7a authored by timniklas's avatar timniklas Committed by GitHub
Browse files

ipq40xx-mikrotik: add support for mikrotik-sxtsq-5-ac (#2573)


Co-Authored-By: default avatarJ. Burfeind <github@aiyionpri.me>

Co-authored-by: default avatarTim-Niklas Koch <info@tnkoch.de>
Co-authored-by: default avatarJ. Burfeind <github@aiyionpri.me>
parent 758d869d
No related branches found
No related tags found
No related merge requests found
......@@ -196,6 +196,14 @@ ipq40xx-generic
- NBG6617
- WRE6606 [#device-class-tiny]_
ipq40xx-mikrotik
----------------
* Mikrotik
- DISC Lite5 ac (RBDiscG-5acD)
- SXTsq 5 ac (RBSXTsqG-5acD)
ipq806x-generic
---------------
......
......@@ -53,6 +53,11 @@ function M.is_outdoor_device()
'plasmacloud,pa1200',
}) then
return true
elseif M.match('ipq40xx', 'mikrotik', {
'mikrotik,sxtsq-5-ac',
}) then
return true
end
return false
......
include 'mikrotik.inc'
device('mikrotik-sxtsq-5-ac-rbsxtsqg-5acd', 'mikrotik_sxtsq-5-ac', {
factory = false,
aliases = {'mikrotik-discg-5acd'},
})
......@@ -4,6 +4,7 @@ $(eval $(call GluonTarget,ath79,mikrotik))
$(eval $(call GluonTarget,bcm27xx,bcm2708))
$(eval $(call GluonTarget,bcm27xx,bcm2709))
$(eval $(call GluonTarget,ipq40xx,generic))
$(eval $(call GluonTarget,ipq40xx,mikrotik))
$(eval $(call GluonTarget,ipq806x,generic))
$(eval $(call GluonTarget,lantiq,xrx200))
$(eval $(call GluonTarget,lantiq,xway))
......
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