From be7962925927ab5cdc7a13fdb24d1b08792f8f23 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 10 Mar 2016 19:12:10 +0000 Subject: ramips: Add support for GL-MT750 This patch adds support for GL-MT750. GL-MT750 is powered by MT7620A and MT7610e, dual band 802.11ac, 2.4G 300Mbps and 5G 450Mbps. It has 5 LANs, MMC interface, USB, a lot of IOs and PoE support. SVN-Revision: 48994 --- target/linux/ramips/base-files/lib/ramips.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ramips/base-files/lib/ramips.sh') diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index fcc4b9fb08..815765a75e 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -181,6 +181,9 @@ ramips_board_detect() { *"GL-MT300N") name="gl-mt300n" ;; + *"GL-MT750") + name="gl-mt750" + ;; *"HC5661") name="hc5661" ;; -- cgit v1.2.3