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
b6088de4
Commit
b6088de4
authored
1 year ago
by
Bernhard Geier
Browse files
Options
Downloads
Patches
Plain Diff
ramips-mt7621: add TP-Link EAP615-Wall
parent
2c2e57ec
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide 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 @
b6088de4
...
@@ -387,6 +387,7 @@ ramips-mt7621
...
@@ -387,6 +387,7 @@ ramips-mt7621
* TP-Link
* TP-Link
- EAP615-Wall (v1)
- RE500 (v1)
- RE500 (v1)
- RE650 (v1)
- RE650 (v1)
...
...
This diff is collapsed.
Click to expand it.
package/gluon-core/luasrc/lib/gluon/upgrade/020-interfaces
+
4
−
0
View file @
b6088de4
...
@@ -67,6 +67,10 @@ elseif platform.match('ramips', 'mt7621', {
...
@@ -67,6 +67,10 @@ elseif platform.match('ramips', 'mt7621', {
'netgear,wac104'
,
'netgear,wac104'
,
})
then
})
then
lan_ifname
,
wan_ifname
=
'lan2 lan3 lan4'
,
'lan1'
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'
,
{
elseif
platform
.
match
(
'lantiq'
,
'xrx200'
,
{
'arcadyan,vgv7510kw22-nor'
,
'arcadyan,vgv7510kw22-nor'
,
})
then
})
then
...
...
This diff is collapsed.
Click to expand it.
targets/ramips-mt7621
+
2
−
0
View file @
b6088de4
...
@@ -80,6 +80,8 @@ device('tp-link-archer-c6-v3', 'tplink_archer-c6-v3', {
...
@@ -80,6 +80,8 @@ device('tp-link-archer-c6-v3', 'tplink_archer-c6-v3', {
broken = true, -- LAN LED not working - review after resolving #2756
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-re500-v1', 'tplink_re500-v1')
device('tp-link-re650-v1', 'tplink_re650-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