target: add ASUS TUF-AX4200

This commit is contained in:
David Bauer 2023-05-11 23:56:20 +02:00
parent c140b8ea15
commit 5846a7003d
3 changed files with 16 additions and 0 deletions

9
.github/filters.yml vendored
View File

@ -93,6 +93,15 @@
"targets/generic",
"targets/targets.mk"
],
"mediatek-filogic": [
"targets/mediatek-filogic",
"modules",
"Makefile",
"patches/**",
"scripts/**",
"targets/generic",
"targets/targets.mk"
],
"mediatek-mt7622": [
"targets/mediatek-mt7622",
"modules",

6
targets/mediatek-filogic Normal file
View File

@ -0,0 +1,6 @@
-- ASUS
device('asus_tuf-ax4200', 'asus_tuf-ax4200', {
factory = false,
})

View File

@ -8,6 +8,7 @@ $(eval $(call GluonTarget,ipq40xx,mikrotik))
$(eval $(call GluonTarget,ipq806x,generic))
$(eval $(call GluonTarget,lantiq,xrx200))
$(eval $(call GluonTarget,lantiq,xway))
$(eval $(call GluonTarget,mediatek,filogic))
$(eval $(call GluonTarget,mediatek,mt7622))
$(eval $(call GluonTarget,mpc85xx,p1010))
$(eval $(call GluonTarget,mpc85xx,p1020))