[source] imx6: fix DualLite/Solo GW551X board detection

LEDE Commits lede-commits at lists.infradead.org
Fri Jul 14 22:04:19 PDT 2017


mkresin pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/8fbef4b11b790e3f4cb41f3182015b5a3bb6b89f

commit 8fbef4b11b790e3f4cb41f3182015b5a3bb6b89f
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Mon May 15 18:21:39 2017 +0200

    imx6: fix DualLite/Solo GW551X board detection
    
    The model name is a different one in the device tree source file.
    
    Signed-off-by: Mathias Kresin <dev at kresin.me>
---
 target/linux/imx6/base-files/lib/imx6.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/imx6/base-files/lib/imx6.sh b/target/linux/imx6/base-files/lib/imx6.sh
index 32440aa..0edb01e 100755
--- a/target/linux/imx6/base-files/lib/imx6.sh
+++ b/target/linux/imx6/base-files/lib/imx6.sh
@@ -35,7 +35,7 @@ imx6_board_detect() {
 		;;
 
 	"Gateworks Ventana i.MX6 Dual/Quad GW551X" |\
-	"Gateworks Ventana i.MX6 Solo/DualLite GW551X")
+	"Gateworks Ventana i.MX6 DualLite/Solo GW551X")
 		name="gw551x"
 		;;
 



More information about the lede-commits mailing list