summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2016-09-09 00:57:31 +0200
committerDaniel Golle <daniel@makrotopia.org>2016-09-09 02:38:06 +0200
commit083ef3fefecd024b2b9cdc496e1f7811c225041e (patch)
treed118da4d8e914c0bd0dc1ee4721fb797a9c6d55c /target/linux/ramips/base-files/lib/ramips.sh
parent943cf08fb72ab87b8a5ccb7752d36b6b452ac09f (diff)
downloadmaster-31e0f0ae-083ef3fefecd024b2b9cdc496e1f7811c225041e.tar.gz
master-31e0f0ae-083ef3fefecd024b2b9cdc496e1f7811c225041e.tar.bz2
master-31e0f0ae-083ef3fefecd024b2b9cdc496e1f7811c225041e.zip
ramips: add support for Mercury MAC1200R v2
MT7628AN + MT7612E, 8MB SPI flash, 64MB DDR RAM reset button GPIO is still missing (anyone?) bootloader password is 'slp' Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh3
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 1e9fa90b5d..98bc68c397 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -250,6 +250,9 @@ ramips_board_detect() {
*"Memory 2 Move")
name="m2m"
;;
+ *"Mercury MAC1200R v2")
+ name="mac1200rv2"
+ ;;
*"MicroWRT")
name="microwrt"
;;