Author: blogic
Date: 2015-11-05 11:05:15 +0100 (Thu, 05 Nov 2015)
New Revision: 47390

Modified:
   branches/chaos_calmer/target/linux/ramips/base-files/lib/ramips.sh
   branches/chaos_calmer/target/linux/ramips/dts/LINKIT7688.dts
Log:
ramips: minor tweak to the lks7688 baord name

Signed-off-by: John Crispin <[email protected]>

Backport of r47388

Modified: branches/chaos_calmer/target/linux/ramips/base-files/lib/ramips.sh
===================================================================
--- branches/chaos_calmer/target/linux/ramips/base-files/lib/ramips.sh  
2015-11-05 10:03:58 UTC (rev 47389)
+++ branches/chaos_calmer/target/linux/ramips/base-files/lib/ramips.sh  
2015-11-05 10:05:15 UTC (rev 47390)
@@ -421,7 +421,7 @@
        *"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"

Modified: branches/chaos_calmer/target/linux/ramips/dts/LINKIT7688.dts
===================================================================
--- branches/chaos_calmer/target/linux/ramips/dts/LINKIT7688.dts        
2015-11-05 10:03:58 UTC (rev 47389)
+++ branches/chaos_calmer/target/linux/ramips/dts/LINKIT7688.dts        
2015-11-05 10:05:15 UTC (rev 47390)
@@ -4,7 +4,7 @@
 
 / {
        compatible = "mediatek,linkit", "mediatek,mt7628an-soc";
-       model = "MediaTek LinkIt Smart7688";
+       model = "MediaTek LinkIt Smart 7688";
 
        chosen {
                bootargs = "console=ttyS2,57600";
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to