ramips: minor tweak to the lks7688 baord name

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

Backport of r47388

git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47390 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
John Crispin
2015-11-05 10:05:15 +00:00
parent 1089950b53
commit 877f7f55bd
2 changed files with 2 additions and 2 deletions

View File

@@ -421,7 +421,7 @@ ramips_board_detect() {
*"Mediatek MT7628AN evaluation board")
name="mt7628"
;;
*"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"

View File

@@ -4,7 +4,7 @@
/ {
compatible = "mediatek,linkit", "mediatek,mt7628an-soc";
model = "MediaTek LinkIt Smart7688";
model = "MediaTek LinkIt Smart 7688";
chosen {
bootargs = "console=ttyS2,57600";