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
acc89e40
Unverified
Commit
acc89e40
authored
2 years ago
by
David Bauer
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2689 from blocktrron/pr-nwa55axe
ramips-mt7621: add support for ZyXEL NWA55AXE
parents
4936b416
91bfa4f9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
+5
-0
5 additions, 0 deletions
package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
targets/ramips-mt7621
+3
-0
3 additions, 0 deletions
targets/ramips-mt7621
with
8 additions
and
0 deletions
package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
+
5
−
0
View file @
acc89e40
...
...
@@ -59,6 +59,11 @@ function M.is_outdoor_device()
'mikrotik,sxtsq-5-ac'
,
})
then
return
true
elseif
M
.
match
(
'ramips'
,
'mt7621'
,
{
'zyxel,nwa55axe'
,
})
then
return
true
end
return
false
...
...
This diff is collapsed.
Click to expand it.
targets/ramips-mt7621
+
3
−
0
View file @
acc89e40
...
...
@@ -93,6 +93,9 @@ device('zbtlink-zbt-wg3526-32m', 'zbtlink_zbt-wg3526-32m', {
-- ZyXEL
device('zyxel-nwa50ax', 'zyxel_nwa50ax')
device('zyxel-nwa55axe', 'zyxel_nwa55axe', {
broken = true, -- Missing LED / Reset button
})
-- Devices without WLAN
...
...
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