Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ath79-nand: (re)add ZyXEL NBG6716 #2913

Merged
merged 1 commit into from
Aug 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ ath79-nand
- WNDR3700 (v4)
- WNDR4300 (v1)

* Zyxel

- NBG6716

ath79-mikrotik
--------------

Expand Down
17 changes: 17 additions & 0 deletions targets/ath79-nand
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
local ATH10K_PACKAGES_QCA9880 = {
'kmod-ath10k',
'-kmod-ath10k-ct',
'-kmod-ath10k-ct-smallbuffers',
'ath10k-firmware-qca988x',
'-ath10k-firmware-qca988x-ct',
}

local ATH10K_PACKAGES_QCA9887 = {
'kmod-ath10k',
'-kmod-ath10k-ct',
Expand Down Expand Up @@ -32,6 +40,7 @@ device('gl.inet-gl-xe300', 'glinet_gl-xe300', {
factory = false,
})


-- Netgear

device('netgear-wndr3700-v4', 'netgear_wndr3700-v4', {
Expand All @@ -52,3 +61,11 @@ device('zte-mf281', 'zte_mf281', {
broken = true,
packages = ATH10K_PACKAGES_QCA9888,
})


-- Zyxel

device('zyxel-nbg6716', 'zyxel_nbg6716', {
packages = ATH10K_PACKAGES_QCA9880,
sysupgrade_ext = '.tar',
})