Skip to content

Commit

Permalink
Merge pull request freifunk-gluon#3353 from neocturne/kirkwood-updates
Browse files Browse the repository at this point in the history
kirkwood-generic: update BROKEN reason, add Linksys EA4500
  • Loading branch information
neocturne authored Oct 23, 2024
2 parents 31933ff + 5ed07dc commit 19cb769
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ local primary_addrs = {
}},
{'kirkwood', 'generic', {
'linksys,e4200-v2',
'linksys,ea4500',
}},
{'mpc85xx', 'p1020', {
'aerohive,hiveap-330',
Expand Down
6 changes: 5 additions & 1 deletion targets/kirkwood-generic
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
-- Linksys

device('linksys-e4200-v2-viper', 'linksys_e4200-v2', {
broken = true, -- 802.11s untested
broken = true, -- no 802.11s support
})

device('linksys-ea4500-viper', 'linksys_ea4500', {
broken = true, -- no 802.11s support
})
2 changes: 1 addition & 1 deletion targets/targets.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +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,kirkwood,generic)) # BROKEN: No devices with 11s support
$(eval $(call GluonTarget,mvebu,cortexa9)) # BROKEN: No 11s support
endif

0 comments on commit 19cb769

Please sign in to comment.