summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
diff options
context:
space:
mode:
authorLuo chongjun <luochongjun@gl-inet.com>2018-05-25 18:06:37 +0800
committerJohn Crispin <john@phrozen.org>2018-05-27 09:26:09 +0200
commit312d7a4a5aaac8df714da5ad25d8b83a09c9e68c (patch)
treebea4cb37ec2ca8db7260cb11f5af30ddee0dec9f /target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
parent27eab4fa578d696ab55b6264a1b35fad6488b664 (diff)
downloadopenwrt-312d7a4a5aaac8df714da5ad25d8b83a09c9e68c.tar.gz
openwrt-312d7a4a5aaac8df714da5ad25d8b83a09c9e68c.tar.bz2
openwrt-312d7a4a5aaac8df714da5ad25d8b83a09c9e68c.zip
ar71xx: add support for GL.iNet GL-AR750S
This patch adds supports for GL-AR750S. Specification: - SOC: QCA9563 (775MHz) - Flash: 16 MiB (W25Q128FVSG) - RAM: 128 MiB DDR2 - Ethernet: 2x 1Gbps LAN + 1x 1Gbps WAN - Wireless: 2.4GHz (bgn) and 5GHz (ac) - USB: 1x USB 2.0 port - Button: 1x switch button, 1x reset button - LED: 3x LEDS (green) Flash instruction: Apply factory image via web-gui. Signed-off-by: Luo chongjun <luochongjun@gl-inet.com>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/machtypes.h')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/machtypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h b/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
index 0d0d309ce8..1457d8b347 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
+++ b/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
@@ -125,6 +125,7 @@ enum ath79_mach_type {
ATH79_MACH_GL_AR300, /* GL-AR300 */
ATH79_MACH_GL_AR300M, /* GL-AR300M */
ATH79_MACH_GL_AR750, /* GL.iNet GL-AR750 */
+ ATH79_MACH_GL_AR750S, /* GL.iNet GL-AR750S */
ATH79_MACH_GL_DOMINO, /* Domino */
ATH79_MACH_GL_INET, /* GL-CONNECT GL-INET */
ATH79_MACH_GL_MIFI, /* GL-MIFI support */