ramips: minor tweak to the lks7688 baord name
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 5 Nov 2015 10:05:15 +0000 (10:05 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 5 Nov 2015 10:05:15 +0000 (10:05 +0000)
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

target/linux/ramips/base-files/lib/ramips.sh
target/linux/ramips/dts/LINKIT7688.dts

index 70f22a7..a9a6664 100755 (executable)
@@ -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"
index a4d75cb..7f00fbc 100644 (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";