Skip to content

Commit

Permalink
kirkwood: add Linksys E4200 v2 (Viper) Router
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdragon-001 committed Mar 29, 2024
1 parent c09bc14 commit 19dfcce
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,16 @@
"targets/generic",
"targets/targets.mk"
],
"kirkwood-generic": [
"targets/kirkwood-generic",
".github/workflows/build-gluon.yml",
"modules",
"Makefile",
"patches/**",
"scripts/**",
"targets/generic",
"targets/targets.mk"
],
"lantiq-xrx200": [
"targets/lantiq-xrx200",
".github/workflows/build-gluon.yml",
Expand Down
3 changes: 3 additions & 0 deletions package/gluon-core/luasrc/lib/gluon/upgrade/010-primary-mac
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ local primary_addrs = {
'openmesh,a42',
'openmesh,a62',
}},
{'kirkwood', 'generic', {
'linksys,e4200-v2',
}},
{'mpc85xx', 'p1020', {
'aerohive,hiveap-330',
'ocedo,panda',
Expand Down
5 changes: 5 additions & 0 deletions targets/kirkwood-generic
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- Linksys

device('linksys-e4200-v2', 'linksys_e4200-v2', {
broken = true,
})
1 change: 1 addition & 0 deletions targets/targets.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $(eval $(call GluonTarget,bcm27xx,bcm2709))
$(eval $(call GluonTarget,ipq40xx,generic))
$(eval $(call GluonTarget,ipq40xx,mikrotik))
$(eval $(call GluonTarget,ipq806x,generic))
$(eval $(call GluonTarget,kirkwood,generic))
$(eval $(call GluonTarget,lantiq,xrx200))
$(eval $(call GluonTarget,lantiq,xway))
$(eval $(call GluonTarget,mediatek,filogic))
Expand Down

0 comments on commit 19dfcce

Please sign in to comment.