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
Container registry
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
0x4A6F
FFS Gluon
Commits
bb869b80
Commit
bb869b80
authored
Jul 21, 2015
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
ar71xx-generic: add images for TL-WR940N
These are identical to the TL-WR941ND (and identify as TL-WR941ND internally).
parent
508dca41
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
targets/ar71xx-generic/profiles.mk
+5
-1
5 additions, 1 deletion
targets/ar71xx-generic/profiles.mk
with
5 additions
and
1 deletion
targets/ar71xx-generic/profiles.mk
+
5
−
1
View file @
bb869b80
...
...
@@ -61,7 +61,7 @@ $(eval $(call GluonProfile,TLWR842))
$(
eval
$(
call GluonModel,TLWR842,tl-wr842n-v1,tp-link-tl-wr842n-nd-v1
))
$(
eval
$(
call GluonModel,TLWR842,tl-wr842n-v2,tp-link-tl-wr842n-nd-v2
))
# TL-WR941N/ND v2, v3, v4, v5, v6
# TL-WR941N/ND v2, v3, v4, v5, v6
; TL-WR940N/ND v1, v2, v3
$(
eval
$(
call GluonProfile,TLWR941
))
$(
eval
$(
call GluonModel,TLWR941,tl-wr941nd-v2,tp-link-tl-wr941n-nd-v2
))
$(
eval
$(
call GluonModel,TLWR941,tl-wr941nd-v3,tp-link-tl-wr941n-nd-v3
))
...
...
@@ -69,6 +69,10 @@ $(eval $(call GluonModel,TLWR941,tl-wr941nd-v4,tp-link-tl-wr941n-nd-v4))
$(
eval
$(
call GluonModel,TLWR941,tl-wr941nd-v5,tp-link-tl-wr941n-nd-v5
))
ifeq
($(BROKEN),1)
$(eval $(call GluonModel,TLWR941,tl-wr941nd-v6,tp-link-tl-wr941n-nd-v6)) # BROKEN
:
untested
$(eval $(call GluonModel,TLWR941,tl-wr941nd-v4,tp-link-tl-wr940n-nd-v1)) # BROKEN
:
untested
$(eval $(call GluonModel,TLWR941,tl-wr941nd-v5,tp-link-tl-wr940n-nd-v2)) # BROKEN
:
untested
$(eval $(call GluonModel,TLWR941,tl-wr941nd-v6,tp-link-tl-wr940n-nd-v3)) # BROKEN
:
untested
endif
# TL-WR1043N/ND v1, v2
...
...
...
...
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