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
0b2004c2
Commit
0b2004c2
authored
1 year ago
by
Florian Maurer
Committed by
Jan-Niklas Burfeind
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
ipq40xx-generic: add support for Cisco Meraki MR33
parent
297cd5bc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package/gluon-core/luasrc/lib/gluon/upgrade/010-primary-mac
+1
-0
1 addition, 0 deletions
package/gluon-core/luasrc/lib/gluon/upgrade/010-primary-mac
targets/ipq40xx-generic
+17
-0
17 additions, 0 deletions
targets/ipq40xx-generic
with
18 additions
and
0 deletions
package/gluon-core/luasrc/lib/gluon/upgrade/010-primary-mac
+
1
−
0
View file @
0b2004c2
...
...
@@ -81,6 +81,7 @@ local primary_addrs = {
{
'brcm2708'
},
{
'ipq40xx'
,
'generic'
,
{
'avm,fritzbox-4040'
,
'meraki,mr33'
,
'plasmacloud,pa1200'
,
'plasmacloud,pa2200'
,
}},
...
...
This diff is collapsed.
Click to expand it.
targets/ipq40xx-generic
+
17
−
0
View file @
0b2004c2
...
...
@@ -96,6 +96,23 @@ device('gl.inet-gl-b1300', 'glinet_gl-b1300', {
device('linksys-ea6350v3', 'linksys_ea6350v3')
-- Meraki
device('meraki-mr33-access-point', 'meraki_mr33', {
packages = {
-- radio0 is monitoring radio - removed for now
-- the -ct firmware does not have working mesh
'-ath10k-firmware-qca9887-ct',
'-ath10k-board-qca9887',
},
factory = false,
broken = true,
-- case must be opened to install
-- the board also bricks the SoC on newer bootloader-versions which is irreversible
-- third radio not yet working
})
-- NETGEAR
device('netgear-ex6100v2', 'netgear_ex6100v2', {
...
...
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