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
4d504e7d
"...0025-sunxi-sysupgrade-don-t-write-partitions-twice.patch" did not exist on "52d28c1140a66150e673988f45f029a0fe3c1b8d"
Unverified
Commit
4d504e7d
authored
1 year ago
by
Sebastian Schaper
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
ath79-generic: add support for D-Link DAP-2680 (#3190)
parent
8e2dee1c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/user/supported_devices.rst
+1
-0
1 addition, 0 deletions
docs/user/supported_devices.rst
targets/ath79-generic
+13
-0
13 additions, 0 deletions
targets/ath79-generic
with
14 additions
and
0 deletions
docs/user/supported_devices.rst
+
1
−
0
View file @
4d504e7d
...
...
@@ -43,6 +43,7 @@ ath79-generic
- DAP-1330 A1 [#lan_as_wan]_
- DAP-1365 A1 [#lan_as_wan]_
- DAP-2660 A1 [#lan_as_wan]_
- DAP-2680 A1 [#lan_as_wan]_
- DIR-505 A1 [#lan_as_wan]_
- DIR-505 A2 [#lan_as_wan]_
- DIR-825 B1
...
...
This diff is collapsed.
Click to expand it.
targets/ath79-generic
+
13
−
0
View file @
4d504e7d
...
...
@@ -17,6 +17,14 @@ local ATH10K_PACKAGES_QCA9887 = {
'-ath10k-firmware-qca9887-ct',
}
local ATH10K_PACKAGES_QCA9984 = {
'kmod-ath10k',
'-kmod-ath10k-ct',
'-kmod-ath10k-ct-smallbuffers',
'ath10k-firmware-qca9984',
'-ath10k-firmware-qca9984-ct',
}
-- enforce mainline ath10k-smallbuffers kmod, fixes 5GHz-OOM for low memory devices
local ATH10K_PACKAGES_SMALLBUFFERS_QCA9880 = {
...
...
@@ -118,6 +126,11 @@ device('d-link-dap-2660-a1', 'dlink_dap-2660-a1', {
packages = ATH10K_PACKAGES_QCA9880,
})
device('d-link-dap-2680-a1', 'dlink_dap-2680-a1', {
factory_ext = '.img',
packages = ATH10K_PACKAGES_QCA9984,
})
device('d-link-dir-505', 'dlink_dir-505', {
factory = false,
manifest_aliases = {
...
...
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