Skip to content
Snippets Groups Projects
Unverified Commit 3c88e4c6 authored by darkdragon-001's avatar darkdragon-001 Committed by GitHub
Browse files

kirkwood: add Linksys E4200 v2 (Viper) Router (#3240)

parent 9614702e
No related branches found
No related tags found
No related merge requests found
...@@ -292,6 +292,16 @@ ...@@ -292,6 +292,16 @@
"targets/targets.mk", "targets/targets.mk",
"targets/bcm27xx.inc" "targets/bcm27xx.inc"
], ],
"kirkwood-generic": [
"targets/kirkwood-generic",
".github/workflows/build-gluon.yml",
"modules",
"Makefile",
"patches/**",
"scripts/**",
"targets/generic",
"targets/targets.mk"
],
"mvebu-cortexa9": [ "mvebu-cortexa9": [
"targets/mvebu-cortexa9", "targets/mvebu-cortexa9",
".github/workflows/build-gluon.yml", ".github/workflows/build-gluon.yml",
......
...@@ -120,6 +120,9 @@ local primary_addrs = { ...@@ -120,6 +120,9 @@ local primary_addrs = {
'openmesh,a42', 'openmesh,a42',
'openmesh,a62', 'openmesh,a62',
}}, }},
{'kirkwood', 'generic', {
'linksys,e4200-v2',
}},
{'mpc85xx', 'p1020', { {'mpc85xx', 'p1020', {
'aerohive,hiveap-330', 'aerohive,hiveap-330',
'ocedo,panda', 'ocedo,panda',
......
-- Linksys
device('linksys-e4200-v2', 'linksys_e4200-v2', {
broken = true, -- 802.11s untested
})
...@@ -29,5 +29,6 @@ $(eval $(call GluonTarget,x86,64)) ...@@ -29,5 +29,6 @@ $(eval $(call GluonTarget,x86,64))
ifeq ($(BROKEN),1) ifeq ($(BROKEN),1)
$(eval $(call GluonTarget,bcm27xx,bcm2710)) # BROKEN: Untested $(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,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 $(eval $(call GluonTarget,mvebu,cortexa9)) # BROKEN: No 11s support
endif endif
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