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
d8479d1b
Commit
d8479d1b
authored
5 years ago
by
Simon Terzenbach
Committed by
Andreas Ziegler
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ar71xx-nand: add support for Aerohive HiveAP 121
parent
3f071ad4
No related branches found
Branches containing commit
No related tags found
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/lib/gluon/upgrade/010-primary-mac
+2
-0
2 additions, 0 deletions
package/gluon-core/luasrc/lib/gluon/upgrade/010-primary-mac
targets/ar71xx-nand
+5
-0
5 additions, 0 deletions
targets/ar71xx-nand
with
7 additions
and
0 deletions
package/gluon-core/luasrc/lib/gluon/upgrade/010-primary-mac
+
2
−
0
View file @
d8479d1b
...
...
@@ -47,6 +47,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
(
'ar71xx'
,
'nand'
,
{
'hiveap-121'
})
then
table.insert
(
try_files
,
1
,
'/sys/class/net/eth0/address'
)
elseif
platform
.
match
(
'ipq40xx'
,
nil
,
{
'avm,fritzbox-4040'
,
'openmesh,a42'
,
'openmesh,a62'
})
then
table.insert
(
try_files
,
1
,
'/sys/class/net/eth0/address'
)
...
...
This diff is collapsed.
Click to expand it.
targets/ar71xx-nand
+
5
−
0
View file @
d8479d1b
...
...
@@ -3,6 +3,11 @@ config 'CONFIG_GLUON_SPECIALIZE_KERNEL=y'
factory -ubi-factory .img
sysupgrade -squashfs-sysupgrade .tar
# Aerohive
device aerohive-hiveap-121 hiveap-121
factory -squashfs-factory .bin
# Netgear
device netgear-wndr3700v4 wndr3700v4 WNDR3700V4
...
...
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