Skip to content
Snippets Groups Projects
Unverified Commit 4d504e7d authored by Sebastian Schaper's avatar Sebastian Schaper Committed by GitHub
Browse files

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
......@@ -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
......
......@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment