summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Nicholson <mike.nicholson@multitech.com>2021-04-01 03:20:45 -0500
committerJohn Klug <john.klug@multitech.com>2021-07-26 19:12:06 -0500
commit67c32d71418d109a4f49978e9d5e885615771930 (patch)
tree91ee097f96eddfb8ee49c0f748b90224ac13f8ce
parent9655cdbabfcfd97536c3f9d913575d5f9dc4e5d1 (diff)
downloadmeta-mlinux-67c32d71418d109a4f49978e9d5e885615771930.tar.gz
meta-mlinux-67c32d71418d109a4f49978e9d5e885615771930.tar.bz2
meta-mlinux-67c32d71418d109a4f49978e9d5e885615771930.zip
MTCAP3 support, initial revision
-rw-r--r--recipes-connectivity/lora/lora-packet-forwarder/mtcap3/lora-packet-forwarder.default2
-rw-r--r--recipes-core/udev/eudev/mtcap3.rules4
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes-connectivity/lora/lora-packet-forwarder/mtcap3/lora-packet-forwarder.default b/recipes-connectivity/lora/lora-packet-forwarder/mtcap3/lora-packet-forwarder.default
new file mode 100644
index 0000000..0f92640
--- /dev/null
+++ b/recipes-connectivity/lora/lora-packet-forwarder/mtcap3/lora-packet-forwarder.default
@@ -0,0 +1,2 @@
+# set to "yes" or "no" to control starting on boot
+ENABLED="no"
diff --git a/recipes-core/udev/eudev/mtcap3.rules b/recipes-core/udev/eudev/mtcap3.rules
new file mode 100644
index 0000000..9ea10b4
--- /dev/null
+++ b/recipes-core/udev/eudev/mtcap3.rules
@@ -0,0 +1,4 @@
+ACTION=="remove", GOTO="mlinux_end"
+SUBSYSTEM!="tty", GOTO="mlinux_end"
+
+LABEL="mlinux_end"