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
94249bfa
Commit
94249bfa
authored
2 years ago
by
David Bauer
Browse files
Options
Downloads
Patches
Plain Diff
ath79-nand: add support for ZTE MF281
Signed-off-by:
David Bauer
<
mail@david-bauer.net
>
parent
cf939adf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
targets/ath79-nand
+10
-0
10 additions, 0 deletions
targets/ath79-nand
with
10 additions
and
0 deletions
targets/ath79-nand
+
10
−
0
View file @
94249bfa
...
@@ -6,6 +6,8 @@ local ATH10K_PACKAGES_QCA9887 = {
...
@@ -6,6 +6,8 @@ local ATH10K_PACKAGES_QCA9887 = {
'-ath10k-firmware-qca9887-ct',
'-ath10k-firmware-qca9887-ct',
}
}
local ATH10K_PACKAGES_QCA9888 = {}
-- GL.iNet
-- GL.iNet
...
@@ -27,3 +29,11 @@ device('netgear-wndr3700-v4', 'netgear_wndr3700-v4', {
...
@@ -27,3 +29,11 @@ device('netgear-wndr3700-v4', 'netgear_wndr3700-v4', {
'netgear-wndr3700v4', -- Upgrade from OpenWrt 19.07
'netgear-wndr3700v4', -- Upgrade from OpenWrt 19.07
},
},
})
})
-- ZTE
device('zte-mf281', 'zte_mf281', {
broken = true,
packages = ATH10K_PACKAGES_QCA9888,
})
This diff is collapsed.
Click to expand it.
Nico
@nrb
mentioned in commit
81cf8164
·
2 years ago
mentioned in commit
81cf8164
mentioned in commit 81cf8164d58ae4dc1d8044282038825c1723a35a
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