Merge pull request #2523 from AiyionPrime/ath79-migrate-wndr3700v4

ath79-nand: migrate wndr3700v4
This commit is contained in:
Andreas Ziegler 2022-07-18 02:31:41 +02:00 committed by GitHub
commit 8448dd2dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View File

@ -134,6 +134,10 @@ ath79-nand
- GL-AR300M
- GL-AR750S
* Netgear
- WNDR3700 (v4)
ath79-mikrotik
--------------

View File

@ -7,6 +7,8 @@ local ATH10K_PACKAGES_QCA9887 = {
}
-- GL.iNet
device('gl.inet-gl-ar300m-nor', 'glinet_gl-ar300m-nor', {
factory = false,
})
@ -15,3 +17,13 @@ device('gl.inet-gl-ar750s-nor', 'glinet_gl-ar750s-nor', {
factory = false,
packages = ATH10K_PACKAGES_QCA9887,
})
-- Netgear
device('netgear-wndr3700-v4', 'netgear_wndr3700-v4', {
factory_ext = '.img',
manifest_aliases = {
'netgear-wndr3700v4', -- Upgrade from OpenWrt 19.07
},
})