Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
b03393b2
Unverified
Commit
b03393b2
authored
5 months ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
kirkwood-generic: update reason for BROKEN
The Linksys E4200 v2 uses mwl8k wifi, which does not support 11s.
parent
31933ff1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
targets/kirkwood-generic
+1
-1
1 addition, 1 deletion
targets/kirkwood-generic
targets/targets.mk
+1
-1
1 addition, 1 deletion
targets/targets.mk
with
2 additions
and
2 deletions
targets/kirkwood-generic
+
1
−
1
View file @
b03393b2
-- Linksys
device('linksys-e4200-v2-viper', 'linksys_e4200-v2', {
broken = true, -- 802.11s
untested
broken = true, --
no
802.11s
support
})
This diff is collapsed.
Click to expand it.
targets/targets.mk
+
1
−
1
View file @
b03393b2
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment