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
905ed49a
Unverified
Commit
905ed49a
authored
1 year ago
by
David Bauer
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2914 from citronalco/tplink_eap615-wall-v1
ramips-mt7621: Add support for TP-Link EAP615-Wall
parents
6b471ad4
b6088de4
Branches
Branches containing commit
Tags
experimental-2023-07-12-base
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/user/supported_devices.rst
+1
-0
1 addition, 0 deletions
docs/user/supported_devices.rst
package/gluon-core/luasrc/lib/gluon/upgrade/020-interfaces
+4
-0
4 additions, 0 deletions
package/gluon-core/luasrc/lib/gluon/upgrade/020-interfaces
targets/ramips-mt7621
+2
-0
2 additions, 0 deletions
targets/ramips-mt7621
with
7 additions
and
0 deletions
docs/user/supported_devices.rst
+
1
−
0
View file @
905ed49a
...
...
@@ -387,6 +387,7 @@ ramips-mt7621
* TP-Link
- EAP615-Wall (v1)
- RE500 (v1)
- RE650 (v1)
...
...
This diff is collapsed.
Click to expand it.
package/gluon-core/luasrc/lib/gluon/upgrade/020-interfaces
+
4
−
0
View file @
905ed49a
...
...
@@ -67,6 +67,10 @@ elseif platform.match('ramips', 'mt7621', {
'netgear,wac104'
,
})
then
lan_ifname
,
wan_ifname
=
'lan2 lan3 lan4'
,
'lan1'
elseif
platform
.
match
(
'ramips'
,
'mt7621'
,
{
'tplink,eap615-wall-v1'
,
})
then
lan_ifname
,
wan_ifname
=
'lan1 lan2 lan3'
,
'lan0'
elseif
platform
.
match
(
'lantiq'
,
'xrx200'
,
{
'arcadyan,vgv7510kw22-nor'
,
})
then
...
...
This diff is collapsed.
Click to expand it.
targets/ramips-mt7621
+
2
−
0
View file @
905ed49a
...
...
@@ -80,6 +80,8 @@ device('tp-link-archer-c6-v3', 'tplink_archer-c6-v3', {
broken = true, -- LAN LED not working - review after resolving #2756
})
device('tp-link-eap615-wall-v1', 'tplink_eap615-wall-v1')
device('tp-link-re500-v1', 'tplink_re500-v1')
device('tp-link-re650-v1', 'tplink_re650-v1')
...
...
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