From 09c42129bcf7f8c660be6dac68991e88b272f5fc Mon Sep 17 00:00:00 2001 From: David Mondou <david.mondou@rigado.com> Date: Tue, 30 Oct 2018 08:28:03 -0700 Subject: [PATCH] Use USB for pls62. Fix find_expansion.sh --- recipes-core/scripts-vesta/files/find_expansion_card.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/scripts-vesta/files/find_expansion_card.sh b/recipes-core/scripts-vesta/files/find_expansion_card.sh index 6b60d99..48c1a4e 100755 --- a/recipes-core/scripts-vesta/files/find_expansion_card.sh +++ b/recipes-core/scripts-vesta/files/find_expansion_card.sh @@ -38,13 +38,13 @@ do_start() { if [ $BOARD = "310-00110" ]; then echo "found verizon cell modem expansion card" /etc/init.d/ec21_cell_init.sh - /etc/init.d/ec21_pwron.sh usb + /etc/init.d/ec21_cell_pwron.sh usb fi if [ $BOARD = "310-00121" ]; then echo "found pls62-w cell modem expansion card" /etc/init.d/pls62_cell_init.sh - /etc/init.d/pls62_pwron.sh uart + /etc/init.d/pls62_cell_pwron.sh usb fi #add tests for additional expansion cards here as they become available -- GitLab