ramips: minor tweak to the lks7688 baord name

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

SVN-Revision: 47388
This commit is contained in:
John Crispin
2015-11-05 10:01:23 +00:00
parent a2a7aba257
commit dc699dd547
4 changed files with 24 additions and 68 deletions

View File

@@ -205,7 +205,7 @@ ramips_board_detect() {
*"M4")
name="m4"
;;
*"MediaTek LinkIt Smart7688")
*"MediaTek LinkIt Smart 7688")
linkit="$(dd bs=1 skip=1024 count=12 if=/dev/mtd2 2> /dev/null)"
if [ "${linkit}" = "LINKITS7688D" ]; then
name="linkits7688d"