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
8f6cc2da
Commit
8f6cc2da
authored
8 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
ar71xx-generic: add TP-LINK TL-WR841ND v11 support
Fixes #721
parent
c18d43d2
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
patches/openwrt/0031-ar71xx-Add-TL-WR841N-ND-v11-support.patch
+43
-0
43 additions, 0 deletions
...es/openwrt/0031-ar71xx-Add-TL-WR841N-ND-v11-support.patch
targets/ar71xx-generic/profiles.mk
+4
-1
4 additions, 1 deletion
targets/ar71xx-generic/profiles.mk
with
47 additions
and
1 deletion
patches/openwrt/0031-ar71xx-Add-TL-WR841N-ND-v11-support.patch
0 → 100644
+
43
−
0
View file @
8f6cc2da
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Mon, 25 Apr 2016 18:07:13 +0200
Subject: ar71xx: Add TL-WR841N/ND v11 support
This patch adds support for the TP-Link TL-WR841N/ND to trunk. It is
similar to the already supported v10 - see [1]. I have added support
based on that topic; in the meantime it has been confirmed working
(see the forum thread, and also [2]).
Signed-off by Stijn Segers <francesco.borromini@inventati.org>
[1]: https://forum.openwrt.org/viewtopic.php?id=61309
[2]: https://forum.openwrt.org/viewtopic.php?id=63657
Backport of r49099
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index 9ac405c..1b4e6db 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -578,6 +578,13 @@
define Device/tl-wr841-v10
TPLINK_HWID := 0x08410010
endef
+define Device/tl-wr841-v11
+ $(Device/tplink-4mlzma)
+ BOARDNAME := TL-WR841N-v9
+ DEVICE_PROFILE := TLWR841
+ TPLINK_HWID := 0x08410011
+endef
+
define Device/tl-wr842n-v2
$(Device/tplink-8mlzma)
BOARDNAME := TL-WR842N-v2
@@ -598,7 +605,7 @@
define Device/tl-wr847n-v8
DEVICE_PROFILE := TLWR841
TPLINK_HWID := 0x08470008
endef
-TARGET_DEVICES += tl-wr841-v8 tl-wr841-v9 tl-wr841-v10 tl-wr842n-v2 tl-wr843nd-v1 tl-wr847n-v8
+TARGET_DEVICES += tl-wr841-v8 tl-wr841-v9 tl-wr841-v10 tl-wr841-v11 tl-wr842n-v2 tl-wr843nd-v1 tl-wr847n-v8
define Device/tl-wr941nd-v5
$(Device/tplink-4mlzma)
This diff is collapsed.
Click to expand it.
targets/ar71xx-generic/profiles.mk
+
4
−
1
View file @
8f6cc2da
...
...
@@ -57,7 +57,7 @@ $(eval $(call GluonProfile,TLWA801))
$(
eval
$(
call GluonModel,TLWA801,tl-wa801nd-v1,tp-link-tl-wa801n-nd-v1
))
$(
eval
$(
call GluonModel,TLWA801,tl-wa801nd-v2,tp-link-tl-wa801n-nd-v2
))
# TL-WR841N/ND v3, v5, v7, v8, v9, v10
# TL-WR841N/ND v3, v5, v7, v8, v9, v10
, v11
$(
eval
$(
call GluonProfile,TLWR841
))
$(
eval
$(
call GluonModel,TLWR841,tl-wr841-v3,tp-link-tl-wr841n-nd-v3
))
$(
eval
$(
call GluonModel,TLWR841,tl-wr841-v5,tp-link-tl-wr841n-nd-v5
))
...
...
@@ -65,6 +65,9 @@ $(eval $(call GluonModel,TLWR841,tl-wr841-v7,tp-link-tl-wr841n-nd-v7))
$(
eval
$(
call GluonModel,TLWR841,tl-wr841-v8,tp-link-tl-wr841n-nd-v8
))
$(
eval
$(
call GluonModel,TLWR841,tl-wr841-v9,tp-link-tl-wr841n-nd-v9
))
$(
eval
$(
call GluonModel,TLWR841,tl-wr841-v10,tp-link-tl-wr841n-nd-v10
))
ifeq
($(BROKEN),1)
$(eval $(call GluonModel,TLWR841,tl-wr841-v11,tp-link-tl-wr841n-nd-v11)) # BROKEN
:
untested
endif
# TL-WR842N/ND v1, v2
$(
eval
$(
call GluonProfile,TLWR842
))
...
...
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