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
9d719a2e
Commit
9d719a2e
authored
6 years ago
by
Sven Eckelmann
Committed by
Andreas Ziegler
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ar71xx: add support for OpenMesh A40/A60 (#1424)
parent
54ff9036
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/index.rst
+2
-0
2 additions, 0 deletions
docs/index.rst
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/ar71xx-generic
+3
-0
3 additions, 0 deletions
targets/ar71xx-generic
with
6 additions
and
0 deletions
docs/index.rst
+
2
−
0
View file @
9d719a2e
...
...
@@ -163,6 +163,8 @@ ar71xx-generic
* OpenMesh
- A40
- A60
- MR600 (v1, v2)
- MR900 (v1, v2)
- MR1750 (v1, v2) [#ath10k]_
...
...
This diff is collapsed.
Click to expand it.
package/gluon-core/luasrc/lib/gluon/upgrade/010-primary-mac
+
1
−
0
View file @
9d719a2e
...
...
@@ -30,6 +30,7 @@ if platform.match('ar71xx', 'generic', {'tl-wdr3600', 'tl-wdr4300'}) then
elseif
platform
.
match
(
'ramips'
,
'mt7621'
,
{
'dir-860l-b1'
})
then
table.insert
(
try_files
,
1
,
'/sys/class/ieee80211/phy1/macaddress'
)
elseif
platform
.
match
(
'ar71xx'
,
'generic'
,
{
'unifi-outdoor-plus'
,
'carambola2'
,
'a40'
,
'a60'
,
'mr600'
,
'mr600v2'
,
'mr900'
,
'mr900v2'
,
'mr1750'
,
'mr1750v2'
,
...
...
This diff is collapsed.
Click to expand it.
targets/ar71xx-generic
+
3
−
0
View file @
9d719a2e
...
...
@@ -123,6 +123,9 @@ device onion-omega onion-omega
# OpenMesh
device openmesh-a60 a60 A60
alias openmesh-a40
device openmesh-mr1750 mr1750 MR1750
alias openmesh-mr1750v2
packages $ATH10K_PACKAGES
...
...
This diff is collapsed.
Click to expand it.
chrissi^
@chrissi
mentioned in commit
384c2772
·
6 years ago
mentioned in commit
384c2772
mentioned in commit 384c2772c96d50a26021a43da011b0a44b6ee60f
Toggle commit list
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