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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
darkbit
ffbs-gluon
Commits
36a5604d
Commit
36a5604d
authored
6 years ago
by
Sven Eckelmann
Committed by
Andreas Ziegler
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ipq40xx: add support for OpenMesh A42
parent
04b446d8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/index.rst
+4
-0
4 additions, 0 deletions
docs/index.rst
package/gluon-core/luasrc/lib/gluon/upgrade/010-primary-mac
+2
-1
2 additions, 1 deletion
package/gluon-core/luasrc/lib/gluon/upgrade/010-primary-mac
targets/ipq40xx
+6
-0
6 additions, 0 deletions
targets/ipq40xx
with
12 additions
and
1 deletion
docs/index.rst
+
4
−
0
View file @
36a5604d
...
...
@@ -302,6 +302,10 @@ ipq40xx
- EX6100v2 [#80211s]_
- EX6150v2 [#80211s]_
* OpenMesh
- A42 [#80211s]_
* ZyXEL
- WRE6606 [#80211s]_
...
...
This diff is collapsed.
Click to expand it.
package/gluon-core/luasrc/lib/gluon/upgrade/010-primary-mac
+
2
−
1
View file @
36a5604d
...
...
@@ -44,7 +44,8 @@ elseif platform.match('ar71xx', 'generic', {'archer-c5', 'archer-c58-v1',
'archer-c59-v1'
,
'archer-c60-v1'
,
'archer-c7'
})
then
table.insert
(
try_files
,
1
,
'/sys/class/net/eth1/address'
)
elseif
platform
.
match
(
'ipq40xx'
,
nil
,
{
'avm,fritzbox-4040'
})
then
elseif
platform
.
match
(
'ipq40xx'
,
nil
,
{
'avm,fritzbox-4040'
,
'openmesh,a42'
})
then
table.insert
(
try_files
,
1
,
'/sys/class/net/eth0/address'
)
end
...
...
This diff is collapsed.
Click to expand it.
targets/ipq40xx
+
6
−
0
View file @
36a5604d
...
...
@@ -30,6 +30,12 @@ factory .img
packages $ATH10K_PACKAGES_IPQ40XX
# OpenMesh
device openmesh-a42 openmesh_a42
packages $ATH10K_PACKAGES_IPQ40XX
# ZyXEL
device zyxel-wre6606 zyxel_wre6606
...
...
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