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
3732c26e
Commit
3732c26e
authored
8 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
ar71xx-generic: add support for TP-Link TL-WR710N v2.1
parent
19672266
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/0025-ar71xx-build-image-for-TL-WR710N-v2.1.patch
+41
-0
41 additions, 0 deletions
.../openwrt/0025-ar71xx-build-image-for-TL-WR710N-v2.1.patch
targets/ar71xx-generic/profiles.mk
+2
-1
2 additions, 1 deletion
targets/ar71xx-generic/profiles.mk
with
43 additions
and
1 deletion
patches/openwrt/0025-ar71xx-build-image-for-TL-WR710N-v2.1.patch
0 → 100644
+
41
−
0
View file @
3732c26e
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Sat, 2 Apr 2016 00:56:50 +0200
Subject: ar71xx: build image for TL-WR710N v2.1
This patch just extends target/linux/ar71xx/image/Makefile to build
images also for version 2.1 of TL-WR710N
patch against the latest git
Signed off by: Norbert Wegener <nw@wegener-net.de>
Backport of r47849
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index 1a399ab..9ac405c 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -476,6 +476,15 @@
define Device/tl-wr710n-v2
CONSOLE := ttyATH0,115200
endef
+define Device/tl-wr710n-v2.1
+ $(Device/tplink-8mlzma)
+ BOARDNAME := TL-WR710N
+ DEVICE_PROFILE := TLWR710
+ TPLINK_HWID := 0x07100002
+ TPLINK_HWREV := 0x00000002
+ CONSOLE := ttyATH0,115200
+endef
+
define Device/tl-wr720n-v3
$(Device/tplink-4mlzma)
BOARDNAME := TL-WR720N-v3
@@ -491,7 +500,7 @@
define Device/tl-wr720n-v4
TPLINK_HWID := 0x07200104
CONSOLE := ttyATH0,115200
endef
-TARGET_DEVICES += tl-wr703n-v1 tl-wr710n-v1 tl-wr710n-v2 tl-wr720n-v3 tl-wr720n-v4
+TARGET_DEVICES += tl-wr703n-v1 tl-wr710n-v1 tl-wr710n-v2 tl-wr710n-v2.1 tl-wr720n-v3 tl-wr720n-v4
define Device/tl-wr740n-v4
$(Device/tplink-4mlzma)
This diff is collapsed.
Click to expand it.
targets/ar71xx-generic/profiles.mk
+
2
−
1
View file @
3732c26e
...
@@ -27,10 +27,11 @@ $(eval $(call GluonModel,TLWA7510,tl-wa7510n,tp-link-tl-wa7510n-v1))
...
@@ -27,10 +27,11 @@ $(eval $(call GluonModel,TLWA7510,tl-wa7510n,tp-link-tl-wa7510n-v1))
$(
eval
$(
call GluonProfile,TLWR703
))
$(
eval
$(
call GluonProfile,TLWR703
))
$(
eval
$(
call GluonModel,TLWR703,tl-wr703n-v1,tp-link-tl-wr703n-v1
))
$(
eval
$(
call GluonModel,TLWR703,tl-wr703n-v1,tp-link-tl-wr703n-v1
))
# TL-WR710N v1, v2
# TL-WR710N v1, v2
, v2.1
$(
eval
$(
call GluonProfile,TLWR710
))
$(
eval
$(
call GluonProfile,TLWR710
))
$(
eval
$(
call GluonModel,TLWR710,tl-wr710n-v1,tp-link-tl-wr710n-v1
))
$(
eval
$(
call GluonModel,TLWR710,tl-wr710n-v1,tp-link-tl-wr710n-v1
))
$(
eval
$(
call GluonModel,TLWR710,tl-wr710n-v2,tp-link-tl-wr710n-v2
))
$(
eval
$(
call GluonModel,TLWR710,tl-wr710n-v2,tp-link-tl-wr710n-v2
))
$(
eval
$(
call GluonModel,TLWR710,tl-wr710n-v2.1,tp-link-tl-wr710n-v2.1
))
# TL-WR740N v1, v3, v4, v5
# TL-WR740N v1, v3, v4, v5
$(
eval
$(
call GluonProfile,TLWR740
))
$(
eval
$(
call GluonProfile,TLWR740
))
...
...
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