ipq40xx-generic: add suppot for GL.iNet GL-AP1300

This commit is contained in:
David Bauer 2022-09-09 18:19:15 +02:00
parent e42adda8ad
commit 9241030d90
2 changed files with 8 additions and 0 deletions

View File

@ -185,6 +185,7 @@ ipq40xx-generic
* GL.iNet
- GL-AP1300
- GL-B1300
* Linksys

View File

@ -56,6 +56,13 @@ device('engenius-ens620ext', 'engenius_ens620ext', {
-- GL.iNet
device('gl.inet-gl-ap1300', 'glinet_gl-ap1300', {
factory = '-squashfs-nand-factory',
factory_ext = '.ubi',
sysupgrade = '-squashfs-nand-sysupgrade',
sysupgrade_ext = '.bin',
})
device('gl.inet-gl-b1300', 'glinet_gl-b1300', {
factory = false,
})