ramips: add LinkIt Smart7688 support

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 47203
This commit is contained in:
John Crispin
2015-10-19 10:07:38 +00:00
parent b792ea7ac0
commit 51dd991d39
9 changed files with 312 additions and 0 deletions

View File

@@ -202,6 +202,15 @@ ramips_board_detect() {
*"M4")
name="m4"
;;
*"MediaTek LinkIt Smart7688")
linkit="$(dd bs=1 skip=1024 count=12 if=/dev/mtd2 2> /dev/null)"
if [ "${linkit}" = "LINKITS7688D" ]; then
name="linkits7688d"
RAMIPS_MODEL="${machine} DUO"
else
name="linkits7688"
fi
;;
*"Memory 2 Move")
name="m2m"
;;