Skip to content
Snippets Groups Projects
Commit 411f6c38 authored by David Bauer's avatar David Bauer
Browse files

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

(cherry picked from commit 3ab8007a)
parent 8a2fdc50
No related branches found
No related tags found
No related merge requests found
......@@ -185,6 +185,7 @@ ipq40xx-generic
* GL.iNet
- GL-AP1300
- GL-B1300
* Linksys
......
......@@ -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,
})
......
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