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
Branches
Tags
No related merge requests found
...@@ -43,6 +43,7 @@ ath79-generic ...@@ -43,6 +43,7 @@ ath79-generic
- DAP-1330 A1 [#lan_as_wan]_ - DAP-1330 A1 [#lan_as_wan]_
- DAP-1365 A1 [#lan_as_wan]_ - DAP-1365 A1 [#lan_as_wan]_
- DAP-2660 A1 [#lan_as_wan]_ - DAP-2660 A1 [#lan_as_wan]_
- DAP-2680 A1 [#lan_as_wan]_
- DIR-505 A1 [#lan_as_wan]_ - DIR-505 A1 [#lan_as_wan]_
- DIR-505 A2 [#lan_as_wan]_ - DIR-505 A2 [#lan_as_wan]_
- DIR-825 B1 - DIR-825 B1
......
...@@ -17,6 +17,14 @@ local ATH10K_PACKAGES_QCA9887 = { ...@@ -17,6 +17,14 @@ local ATH10K_PACKAGES_QCA9887 = {
'-ath10k-firmware-qca9887-ct', '-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 -- enforce mainline ath10k-smallbuffers kmod, fixes 5GHz-OOM for low memory devices
local ATH10K_PACKAGES_SMALLBUFFERS_QCA9880 = { local ATH10K_PACKAGES_SMALLBUFFERS_QCA9880 = {
...@@ -118,6 +126,11 @@ device('d-link-dap-2660-a1', 'dlink_dap-2660-a1', { ...@@ -118,6 +126,11 @@ device('d-link-dap-2660-a1', 'dlink_dap-2660-a1', {
packages = ATH10K_PACKAGES_QCA9880, 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', { device('d-link-dir-505', 'dlink_dir-505', {
factory = false, factory = false,
manifest_aliases = { manifest_aliases = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment