diff options
author | John Crispin <john@openwrt.org> | 2016-03-10 19:11:57 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-03-10 19:11:57 +0000 |
commit | 96ee39b184a3863bba1cc42efc5bbd34495d20ff (patch) | |
tree | e508c929f6adce21d280ac6599c091c4a21a39e0 /target/linux/ramips/base-files/lib | |
parent | 70a5c062f10a63087bd3225454145c3b528a7818 (diff) | |
download | upstream-96ee39b184a3863bba1cc42efc5bbd34495d20ff.tar.gz upstream-96ee39b184a3863bba1cc42efc5bbd34495d20ff.tar.bz2 upstream-96ee39b184a3863bba1cc42efc5bbd34495d20ff.zip |
ramips: Add support for GL-MT300A
This patches adds support for GL-MT300A.
GL-MT300A is powered by MT7620A. It has 16MB flash, 128MB RAM,
Two LANs, USB, UART and MMC daughter board.
SVN-Revision: 48992
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 3fdb5627e3..ba27c1436d 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -175,6 +175,9 @@ ramips_board_detect() { *"FreeStation5") name="freestation5" ;; + *"GL-MT300A") + name="gl-mt300a" + ;; *"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 e01f9ce7f6..876416ea81 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -56,6 +56,7 @@ platform_check_image() { firewrt|\ fonera20n|\ freestation5|\ + gl-mt300a|\ hc5*61|\ hg255d|\ hlk-rm04|\ |