From 877f7f55bdc5916a748a133be93cef6bb0e1616c Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 5 Nov 2015 10:05:15 +0000 Subject: ramips: minor tweak to the lks7688 baord name Signed-off-by: John Crispin Backport of r47388 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47390 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/base-files/lib/ramips.sh | 2 +- target/linux/ramips/dts/LINKIT7688.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux') diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 70f22a72b3..a9a6664056 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -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" diff --git a/target/linux/ramips/dts/LINKIT7688.dts b/target/linux/ramips/dts/LINKIT7688.dts index a4d75cb435..7f00fbc154 100644 --- a/target/linux/ramips/dts/LINKIT7688.dts +++ b/target/linux/ramips/dts/LINKIT7688.dts @@ -4,7 +4,7 @@ / { compatible = "mediatek,linkit", "mediatek,mt7628an-soc"; - model = "MediaTek LinkIt Smart7688"; + model = "MediaTek LinkIt Smart 7688"; chosen { bootargs = "console=ttyS2,57600"; -- cgit v1.2.3