From 51dd991d3957a33f102c9887da379263599c395f Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 19 Oct 2015 10:07:38 +0000 Subject: ramips: add LinkIt Smart7688 support Signed-off-by: John Crispin SVN-Revision: 47203 --- target/linux/ramips/base-files/lib/ramips.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'target/linux/ramips/base-files/lib/ramips.sh') diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index b89a88c27c..340bc4c3b3 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -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" ;; -- cgit v1.2.3