diff options
author | John Crispin <john@openwrt.org> | 2016-03-10 19:12:04 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-03-10 19:12:04 +0000 |
commit | be53e5a154931109dd76a8015583123201c4b602 (patch) | |
tree | 095c1a0e5fe884e61ef1cbf3565c24c525997bc2 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 96ee39b184a3863bba1cc42efc5bbd34495d20ff (diff) | |
download | mtk-20170518-be53e5a154931109dd76a8015583123201c4b602.zip mtk-20170518-be53e5a154931109dd76a8015583123201c4b602.tar.gz mtk-20170518-be53e5a154931109dd76a8015583123201c4b602.tar.bz2 |
ramips: Add support for GL-MT300N
This patch adds support for GL-MT300N.
GL-MT300N is powered by MT7620N with 16MB flash, 64MB RAM,
2 LANs, USB, UART, GPIO and PoE support.
SVN-Revision: 48993
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index ba27c14..fcc4b9f 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -178,6 +178,9 @@ ramips_board_detect() { *"GL-MT300A") name="gl-mt300a" ;; + *"GL-MT300N") + name="gl-mt300n" + ;; *"HC5661") name="hc5661" ;; |