Skip to content
Snippets Groups Projects
Commit 95f827ff authored by Felix Baumann's avatar Felix Baumann
Browse files

ath79-nand: (re)add ZyXEL NBG6716

parent 2c2e57ec
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,10 @@ ath79-nand
- WNDR3700 (v4)
- WNDR4300 (v1)
* Zyxel
- NBG6716
ath79-mikrotik
--------------
......
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',
......@@ -32,6 +40,7 @@ device('gl.inet-gl-xe300', 'glinet_gl-xe300', {
factory = false,
})
-- Netgear
device('netgear-wndr3700-v4', 'netgear_wndr3700-v4', {
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment