Skip to content
Snippets Groups Projects
Unverified Commit 1c363a86 authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

Merge pull request #2941 from blocktrron/nwa50ax-pro

mediatek-filogic: add support for ZyXEL NWA50AX Pro
parents 1b6db9bc e535d7e3
No related branches found
No related tags found
No related merge requests found
...@@ -93,6 +93,15 @@ ...@@ -93,6 +93,15 @@
"targets/generic", "targets/generic",
"targets/targets.mk" "targets/targets.mk"
], ],
"mediatek-filogic": [
"targets/mediatek-filogic",
"modules",
"Makefile",
"patches/**",
"scripts/**",
"targets/generic",
"targets/targets.mk"
],
"mediatek-mt7622": [ "mediatek-mt7622": [
"targets/mediatek-mt7622", "targets/mediatek-mt7622",
"modules", "modules",
......
...@@ -272,6 +272,13 @@ lantiq-xway ...@@ -272,6 +272,13 @@ lantiq-xway
- DGN3500B [#lan_as_wan]_ - DGN3500B [#lan_as_wan]_
mediatek-filogic
----------------
* ZyXEL
- NWA50AX Pro
mediatek-mt7622 mediatek-mt7622
--------------- ---------------
......
-- ZyXEL
device('zyxel-nwa50ax-pro', 'zyxel_nwa50ax-pro')
...@@ -8,6 +8,7 @@ $(eval $(call GluonTarget,ipq40xx,mikrotik)) ...@@ -8,6 +8,7 @@ $(eval $(call GluonTarget,ipq40xx,mikrotik))
$(eval $(call GluonTarget,ipq806x,generic)) $(eval $(call GluonTarget,ipq806x,generic))
$(eval $(call GluonTarget,lantiq,xrx200)) $(eval $(call GluonTarget,lantiq,xrx200))
$(eval $(call GluonTarget,lantiq,xway)) $(eval $(call GluonTarget,lantiq,xway))
$(eval $(call GluonTarget,mediatek,filogic))
$(eval $(call GluonTarget,mediatek,mt7622)) $(eval $(call GluonTarget,mediatek,mt7622))
$(eval $(call GluonTarget,mpc85xx,p1010)) $(eval $(call GluonTarget,mpc85xx,p1010))
$(eval $(call GluonTarget,mpc85xx,p1020)) $(eval $(call GluonTarget,mpc85xx,p1020))
......
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