summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-10-30 16:03:01 -0500
committerJohn Klug <john.klug@multitech.com>2021-06-22 12:35:29 -0500
commite4157ad716658d1e03c4b59f6f19ca0ccb4f7c3e (patch)
tree8ad3ebe3825307786fbaa2076363c49ff2323bdd
parentd837b46af1c47fd9e769ee984f9f63f24eea2665 (diff)
downloadmeta-multitech-e4157ad716658d1e03c4b59f6f19ca0ccb4f7c3e.tar.gz
meta-multitech-e4157ad716658d1e03c4b59f6f19ca0ccb4f7c3e.tar.bz2
meta-multitech-e4157ad716658d1e03c4b59f6f19ca0ccb4f7c3e.zip
Load accessory cards for MTCDT3
-rwxr-xr-xrecipes-bsp/multitech/mts-io/mts-io.init8
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes-bsp/multitech/mts-io/mts-io.init b/recipes-bsp/multitech/mts-io/mts-io.init
index f089a6b..0753ef1 100755
--- a/recipes-bsp/multitech/mts-io/mts-io.init
+++ b/recipes-bsp/multitech/mts-io/mts-io.init
@@ -44,10 +44,16 @@ sethwtype() {
case $hw_name in
MTCDTIPHP)
;;
- MTCDT|MTCDTIP)
+ MTCDT|MTCDTIP|MTCDT3)
+ if [[ $hw =~ MTCDT3-LORA16-0.0 ]] ; then
+ return 0
+ fi
((HASAP = 1))
;;
MTCDT3)
+ if [[ $hw =~ MTCDT3-LORA16-0.0 ]] ; then
+ return 0
+ fi
((HASBB = 1))
;;
*)