Skip to content

Commit

Permalink
ath79-nand: (re)add ZyXEL NBG6716
Browse files Browse the repository at this point in the history
  • Loading branch information
Djfe committed Jun 21, 2023
1 parent 2c2e57e commit 95f827f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
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',
})

0 comments on commit 95f827f

Please sign in to comment.