From 72a7f4bfbcf30a1f63790ed48ae1d1e7c76c4867 Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 7 Dec 2021 13:22:18 -0600 Subject: suppress rs9113 reset until /etc/init.d/rs9113 --- recipes-bsp/multitech/mts-io/mts-io.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/multitech/mts-io/mts-io.init b/recipes-bsp/multitech/mts-io/mts-io.init index 22d572c..0ec3a03 100755 --- a/recipes-bsp/multitech/mts-io/mts-io.init +++ b/recipes-bsp/multitech/mts-io/mts-io.init @@ -369,7 +369,7 @@ case $1 in # MTCDT-0.2 has issues with resetting RS9113 twice. # RS9113 is reset in /etc/init.d/rs9113. # Remove for MTRV1 reset as well, as it is redundant. - if [[ $hw_name == MTCDT ]] || [[ $hw_name == MTRV1 ]] ; then + if [[ $hw_name == MTCDT ]] || [[ $hw_name == MTRV1 ]] || [[ $hw_name == MTCDTIP ]] ; then RST[${WIFIBTRESET}]="/dev/null" fi reset_array -- cgit v1.2.3