Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
9056df77
Unverified
Commit
9056df77
authored
Nov 24, 2023
by
David Bauer
Committed by
GitHub
Nov 24, 2023
Browse files
Options
Downloads
Plain Diff
Merge pull request #3066 from blocktrron/lantiq-xrx200-remove-broken
lantiq-xrx200: remove BROKEN target-flag
parents
73fce2e9
18c59027
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/filters.yml
+10
-10
10 additions, 10 deletions
.github/filters.yml
targets/targets.mk
+1
-1
1 addition, 1 deletion
targets/targets.mk
with
11 additions
and
11 deletions
.github/filters.yml
+
10
−
10
View file @
9056df77
...
...
@@ -83,6 +83,16 @@
"
targets/generic"
,
"
targets/targets.mk"
],
"
lantiq-xrx200"
:
[
"
targets/lantiq-xrx200"
,
"
.github/workflows/build-gluon.yml"
,
"
modules"
,
"
Makefile"
,
"
patches/**"
,
"
scripts/**"
,
"
targets/generic"
,
"
targets/targets.mk"
],
"
lantiq-xway"
:
[
"
targets/lantiq-xway"
,
"
.github/workflows/build-gluon.yml"
,
...
...
@@ -249,16 +259,6 @@
"
targets/targets.mk"
,
"
targets/bcm27xx.inc"
],
"
lantiq-xrx200"
:
[
"
targets/lantiq-xrx200"
,
"
.github/workflows/build-gluon.yml"
,
"
modules"
,
"
Makefile"
,
"
patches/**"
,
"
scripts/**"
,
"
targets/generic"
,
"
targets/targets.mk"
],
"
mvebu-cortexa9"
:
[
"
targets/mvebu-cortexa9"
,
"
.github/workflows/build-gluon.yml"
,
...
...
...
...
This diff is collapsed.
Click to expand it.
targets/targets.mk
+
1
−
1
View file @
9056df77
...
...
@@ -6,6 +6,7 @@ $(eval $(call GluonTarget,bcm27xx,bcm2709))
$(
eval
$(
call GluonTarget,ipq40xx,generic
))
$(
eval
$(
call GluonTarget,ipq40xx,mikrotik
))
$(
eval
$(
call GluonTarget,ipq806x,generic
))
$(
eval
$(
call GluonTarget,lantiq,xrx200
))
$(
eval
$(
call GluonTarget,lantiq,xway
))
$(
eval
$(
call GluonTarget,mediatek,filogic
))
$(
eval
$(
call GluonTarget,mediatek,mt7622
))
...
...
@@ -25,6 +26,5 @@ $(eval $(call GluonTarget,x86,64))
ifneq
($(BROKEN),)
$(eval $(call GluonTarget,bcm27xx,bcm2710)) # BROKEN
:
Untested
$(eval $(call GluonTarget,lantiq,xrx200)) # BROKEN
:
Switch driver broken on Linux 5.15
$(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
sign in
to comment