Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
ffbs-gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
darkbit
ffbs-gluon
Commits
bb869b80
Commit
bb869b80
authored
9 years ago
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
Loading
Loading
Loading
Changes
1
Hide 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
register
or
sign in
to comment