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
e612fe65
Commit
e612fe65
authored
10 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
Add comments explaining the BROKEN status to BROKEN profiles
parent
15c7f272
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
targets/ar71xx-generic/profiles.mk
+4
-4
4 additions, 4 deletions
targets/ar71xx-generic/profiles.mk
with
4 additions
and
4 deletions
targets/ar71xx-generic/profiles.mk
+
4
−
4
View file @
e612fe65
...
@@ -106,12 +106,12 @@ $(eval $(call GluonModel,TLMR3420,tl-mr3420-v2-squashfs,tp-link-tl-mr3420-v2))
...
@@ -106,12 +106,12 @@ $(eval $(call GluonModel,TLMR3420,tl-mr3420-v2-squashfs,tp-link-tl-mr3420-v2))
ifeq
($(BROKEN),1)
ifeq
($(BROKEN),1)
# TL-WR2543N/ND v1
# TL-WR2543N/ND v1
$(
eval
$(
call GluonProfile,TLWR2543
))
$(
eval
$(
call GluonProfile,TLWR2543
))
$(
eval
$(
call GluonModel,TLWR2543,tl-wr2543-v1-squashfs,tp-link-tl-wr2543n-nd-v1
))
$(eval $(call GluonModel,TLWR2543,tl-wr2543-v1-squashfs,tp-link-tl-wr2543n-nd-v1))
# BROKEN
:
untested
# Archer C5 v1, C7 v2
# Archer C5 v1, C7 v2
$(
eval
$(
call GluonProfile,ARCHERC7,kmod-ath10k
))
$(
eval
$(
call GluonProfile,ARCHERC7,kmod-ath10k
))
$(
eval
$(
call GluonModel,ARCHERC7,archer-c5-squashfs,tp-link-archer-c5-v1
))
$(eval $(call GluonModel,ARCHERC7,archer-c5-squashfs,tp-link-archer-c5-v1))
# BROKEN
:
ath10k
$(
eval
$(
call GluonModel,ARCHERC7,archer-c7-v2-squashfs,tp-link-archer-c7-v2
))
$(eval $(call GluonModel,ARCHERC7,archer-c7-v2-squashfs,tp-link-archer-c7-v2))
# BROKEN
:
ath10k
endif
endif
## Ubiquiti (everything)
## Ubiquiti (everything)
...
@@ -123,7 +123,7 @@ $(eval $(call GluonModel,UBNT,ubnt-nano-m-xw-squashfs,ubiquiti-nanostation-m-xw)
...
@@ -123,7 +123,7 @@ $(eval $(call GluonModel,UBNT,ubnt-nano-m-xw-squashfs,ubiquiti-nanostation-m-xw)
$(
eval
$(
call GluonModel,UBNT,ubnt-unifi-squashfs,ubiquiti-unifi
))
$(
eval
$(
call GluonModel,UBNT,ubnt-unifi-squashfs,ubiquiti-unifi
))
$(
eval
$(
call GluonModel,UBNT,ubnt-unifi-outdoor-squashfs,ubiquiti-unifiap-outdoor
))
$(
eval
$(
call GluonModel,UBNT,ubnt-unifi-outdoor-squashfs,ubiquiti-unifiap-outdoor
))
ifeq
($(BROKEN),1)
ifeq
($(BROKEN),1)
$(
eval
$(
call GluonModel,UBNT,ubnt-uap-pro-squashfs,ubiquiti-unifi-ap-pro
))
$(eval $(call GluonModel,UBNT,ubnt-uap-pro-squashfs,ubiquiti-unifi-ap-pro))
# BROKEN
:
not properly tested; probably issues with WLAN adapter detection
endif
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