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
d651a2cb
Unverified
Commit
d651a2cb
authored
1 year ago
by
David Bauer
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2913 from Djfe/add_nbg6716
ath79-nand: (re)add ZyXEL NBG6716
parents
7d0d9ba3
95f827ff
No related branches found
Branches containing commit
Tags
v2.9+2023-05-12
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/user/supported_devices.rst
+4
-0
4 additions, 0 deletions
docs/user/supported_devices.rst
targets/ath79-nand
+17
-0
17 additions, 0 deletions
targets/ath79-nand
with
21 additions
and
0 deletions
docs/user/supported_devices.rst
+
4
−
0
View file @
d651a2cb
...
@@ -159,6 +159,10 @@ ath79-nand
...
@@ -159,6 +159,10 @@ ath79-nand
- WNDR3700 (v4)
- WNDR3700 (v4)
- WNDR4300 (v1)
- WNDR4300 (v1)
* Zyxel
- NBG6716
ath79-mikrotik
ath79-mikrotik
--------------
--------------
...
...
This diff is collapsed.
Click to expand it.
targets/ath79-nand
+
17
−
0
View file @
d651a2cb
local ATH10K_PACKAGES_QCA9880 = {
'kmod-ath10k',
'-kmod-ath10k-ct',
'-kmod-ath10k-ct-smallbuffers',
'ath10k-firmware-qca988x',
'-ath10k-firmware-qca988x-ct',
}
local ATH10K_PACKAGES_QCA9887 = {
local ATH10K_PACKAGES_QCA9887 = {
'kmod-ath10k',
'kmod-ath10k',
'-kmod-ath10k-ct',
'-kmod-ath10k-ct',
...
@@ -32,6 +40,7 @@ device('gl.inet-gl-xe300', 'glinet_gl-xe300', {
...
@@ -32,6 +40,7 @@ device('gl.inet-gl-xe300', 'glinet_gl-xe300', {
factory = false,
factory = false,
})
})
-- Netgear
-- Netgear
device('netgear-wndr3700-v4', 'netgear_wndr3700-v4', {
device('netgear-wndr3700-v4', 'netgear_wndr3700-v4', {
...
@@ -52,3 +61,11 @@ device('zte-mf281', 'zte_mf281', {
...
@@ -52,3 +61,11 @@ device('zte-mf281', 'zte_mf281', {
broken = true, -- case must be opened to install
broken = true, -- case must be opened to install
packages = ATH10K_PACKAGES_QCA9888,
packages = ATH10K_PACKAGES_QCA9888,
})
})
-- Zyxel
device('zyxel-nbg6716', 'zyxel_nbg6716', {
packages = ATH10K_PACKAGES_QCA9880,
sysupgrade_ext = '.tar',
})
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