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
Container Registry
Model registry
Operate
Environments
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
ffbs
ffbs-gluon
Commits
7ffc59d1
Unverified
Commit
7ffc59d1
authored
5 years ago
by
David Lutz
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
lantiq-xrx200: add support for TP-Link TD-W8970, TD-W8980, TD-W9980 (#1867)
parent
5591d3e7
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
docs/user/supported_devices.rst
+1
-0
1 addition, 0 deletions
docs/user/supported_devices.rst
targets/lantiq-xrx200
+14
-0
14 additions, 0 deletions
targets/lantiq-xrx200
with
15 additions
and
0 deletions
docs/user/supported_devices.rst
+
1
−
0
View file @
7ffc59d1
...
...
@@ -83,6 +83,7 @@ ar71xx-generic
- CPE510 (v1.0, v1.1)
- CPE520 (v1.1)
- RE450 (v1)
- TD-W8970 (v1)
- TL-WDR3500 (v1)
- TL-WDR3600 (v1)
- TL-WDR4300 (v1)
...
...
This diff is collapsed.
Click to expand it.
targets/lantiq-xrx200
+
14
−
0
View file @
7ffc59d1
...
...
@@ -10,3 +10,17 @@ device('avm-fritz-box-7362-sl', 'avm_fritz7362sl', {
device('avm-fritz-box-7412', 'avm_fritz7412', {
factory = false,
})
-- TP-Link
-- CAVEAT: These devices don't have a dedicated WAN port.
-- All ethernet ports on the device are bridged and
-- used as WAN ports. Clients connected to these
-- ports will be connected to your private network.
device('tp-link-td-w8970', 'tplink_tdw8970')
device('tp-link-td-w8980', 'tplink_tdw8980', {
aliases = {'tp-link-td-w9980'},
broken = true, -- 5GHz unsupported
})
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