diff options
author | John Crispin <john@openwrt.org> | 2016-03-10 19:12:10 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-03-10 19:12:10 +0000 |
commit | be7962925927ab5cdc7a13fdb24d1b08792f8f23 (patch) | |
tree | 0c17a18e3dbec5c38be2003f1347f9a17ebd8c2f /target/linux/ramips/base-files/lib | |
parent | be53e5a154931109dd76a8015583123201c4b602 (diff) | |
download | upstream-be7962925927ab5cdc7a13fdb24d1b08792f8f23.tar.gz upstream-be7962925927ab5cdc7a13fdb24d1b08792f8f23.tar.bz2 upstream-be7962925927ab5cdc7a13fdb24d1b08792f8f23.zip |
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
Diffstat (limited to 'target/linux/ramips/base-files/lib')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 | ||||
-rwxr-xr-x | target/linux/ramips/base-files/lib/upgrade/platform.sh | 1 |
2 files changed, 4 insertions, 0 deletions
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" ;; diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index 87278317bb..b1d23471d9 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -58,6 +58,7 @@ platform_check_image() { freestation5|\ gl-mt300a|\ gl-mt300n|\ + gl-mt750|\ hc5*61|\ hg255d|\ hlk-rm04|\ |