ipq40xx-generic: add suppot for GL.iNet GL-AP1300 (#2635)

(cherry picked from commit 3ab8007a1e)
This commit is contained in:
David Bauer 2022-09-12 02:45:01 +02:00
parent 8a2fdc502a
commit 411f6c3859
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,
})