From dc699dd547a8105b953d1e5410baa9286a33eb6c Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 5 Nov 2015 10:01:23 +0000 Subject: ramips: minor tweak to the lks7688 baord name Signed-off-by: John Crispin SVN-Revision: 47388 --- target/linux/ramips/base-files/lib/ramips.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/base-files') diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 62a79c505c..a1bcb7261d 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -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" -- cgit v1.2.3