Skip to content

Commit

Permalink
kirkwood: add Linksys E4200 v2 (Viper) Router (freifunk-gluon#3240)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdragon-001 authored and misanthropos committed Apr 29, 2024
1 parent 0bc1373 commit 0fa5fd4
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 @@ -292,6 +292,16 @@
"targets/targets.mk",
"targets/bcm27xx.inc"
],
"kirkwood-generic": [
"targets/kirkwood-generic",
".github/workflows/build-gluon.yml",
"modules",
"Makefile",
"patches/**",
"scripts/**",
"targets/generic",
"targets/targets.mk"
],
"mvebu-cortexa9": [
"targets/mvebu-cortexa9",
".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, -- 802.11s untested
})
1 change: 1 addition & 0 deletions targets/targets.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ $(eval $(call GluonTarget,x86,64))
ifeq ($(BROKEN),1)
$(eval $(call GluonTarget,bcm27xx,bcm2710)) # BROKEN: Untested
$(eval $(call GluonTarget,bcm27xx,bcm2711)) # BROKEN: No 11s support, no reset button, sys LED issues
$(eval $(call GluonTarget,kirkwood,generic)) # BROKEN: 11s support untested
$(eval $(call GluonTarget,mvebu,cortexa9)) # BROKEN: No 11s support
endif

0 comments on commit 0fa5fd4

Please sign in to comment.