diff options
author | John Crispin <blogic@openwrt.org> | 2016-03-10 19:12:10 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-03-10 19:12:10 +0000 |
commit | 82c164e26147de4f87ff778c39f97da405c4da4e (patch) | |
tree | a018f53afc9bbbb13b715e5fd88eaac690547ed0 /target/linux/ramips/base-files/etc | |
parent | 77439bca05bf15a44d2883b05e715414cc59da25 (diff) | |
download | master-187ad058-82c164e26147de4f87ff778c39f97da405c4da4e.tar.gz master-187ad058-82c164e26147de4f87ff778c39f97da405c4da4e.tar.bz2 master-187ad058-82c164e26147de4f87ff778c39f97da405c4da4e.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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48994 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/etc')
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/01_leds | 3 | ||||
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/02_network | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds index 132c7cecbb..6c25c86753 100755 --- a/target/linux/ramips/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/base-files/etc/board.d/01_leds @@ -138,7 +138,8 @@ fonera20n) set_wifi_led "$board:orange:wifi" ;; gl-mt300a|\ -gl-mt300n) +gl-mt300n|\ +gl-mt750) set_wifi_led "$board:wlan" ;; hc5661) diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index 40c24a9769..dc9b5b2b94 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -115,6 +115,7 @@ ramips_setup_interfaces() f5d8235-v2|\ gl-mt300a|\ gl-mt300n|\ + gl-mt750|\ hg255d|\ mzk-wdpr|\ jhr-n805r|\ |