Skip to content

Commit

Permalink
kirkwood-generic: update reason for BROKEN
Browse files Browse the repository at this point in the history
The Linksys E4200 v2 uses mwl8k wifi, which does not support 11s.
  • Loading branch information
neocturne committed Oct 10, 2024
1 parent 31933ff commit b03393b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion targets/kirkwood-generic
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- Linksys

device('linksys-e4200-v2-viper', 'linksys_e4200-v2', {
broken = true, -- 802.11s untested
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 b03393b

Please sign in to comment.