diff options
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/lora/lora-network-server-mtcap/local_conf.json (renamed from recipes-connectivity/lora/lora-network-server-mtp/local_conf.json) | 0 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.conf (renamed from recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.conf) | 0 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.default (renamed from recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.default) | 0 | ||||
-rwxr-xr-x | recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.init (renamed from recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.init) | 0 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.logrotate.conf (renamed from recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.logrotate.conf) | 0 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-network-server-mtcap_1.0.14.bb (renamed from recipes-connectivity/lora/lora-network-server-mtp_1.0.14.bb) | 2 | ||||
-rw-r--r-- | recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb | 2 | ||||
-rw-r--r-- | recipes-connectivity/usb-gadget-mode/usb-gadget-mode.bb | 6 |
8 files changed, 5 insertions, 5 deletions
diff --git a/recipes-connectivity/lora/lora-network-server-mtp/local_conf.json b/recipes-connectivity/lora/lora-network-server-mtcap/local_conf.json index 3c2af80..3c2af80 100644 --- a/recipes-connectivity/lora/lora-network-server-mtp/local_conf.json +++ b/recipes-connectivity/lora/lora-network-server-mtcap/local_conf.json diff --git a/recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.conf b/recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.conf index 448b3db..448b3db 100644 --- a/recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.conf +++ b/recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.conf diff --git a/recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.default b/recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.default index be7dcd5..be7dcd5 100644 --- a/recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.default +++ b/recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.default diff --git a/recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.init b/recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.init index 86d731b..86d731b 100755 --- a/recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.init +++ b/recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.init diff --git a/recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.logrotate.conf b/recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.logrotate.conf index d2b6c9a..d2b6c9a 100644 --- a/recipes-connectivity/lora/lora-network-server-mtp/lora-network-server.logrotate.conf +++ b/recipes-connectivity/lora/lora-network-server-mtcap/lora-network-server.logrotate.conf diff --git a/recipes-connectivity/lora/lora-network-server-mtp_1.0.14.bb b/recipes-connectivity/lora/lora-network-server-mtcap_1.0.14.bb index 2f5e0bf..8b81b74 100644 --- a/recipes-connectivity/lora/lora-network-server-mtp_1.0.14.bb +++ b/recipes-connectivity/lora/lora-network-server-mtcap_1.0.14.bb @@ -1,5 +1,5 @@ # THIS RECIPE FOR PICOCELL USES PATCHED LORA NETWORK SERVER THAT SUPPORTS -# MTP HARDWARE AND V2 PACKET FORWARDER PROTOCOL +# MTCAP HARDWARE AND V2 PACKET FORWARDER PROTOCOL DESCRIPTION = "MultiTech LoRa Network Server" PRIORITY = "optional" SECTION = "console/utils" diff --git a/recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb b/recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb index 8042d50..c5c9f64 100644 --- a/recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb +++ b/recipes-connectivity/lora/lora-packet-forwarder_3.0.0.bb @@ -44,7 +44,7 @@ do_install() { install -m 755 ${WORKDIR}/README.md ${D}${LORA_DIR}/ } -do_install_append_mtp() { +do_install_append_mtcap() { install -d ${D}${sysconfdir}/default install -m 0644 ${WORKDIR}/lora-packet-forwarder.default ${D}${sysconfdir}/default/lora-packet-forwarder install -d ${D}${sysconfdir}/init.d diff --git a/recipes-connectivity/usb-gadget-mode/usb-gadget-mode.bb b/recipes-connectivity/usb-gadget-mode/usb-gadget-mode.bb index 6887089..32f3fdf 100644 --- a/recipes-connectivity/usb-gadget-mode/usb-gadget-mode.bb +++ b/recipes-connectivity/usb-gadget-mode/usb-gadget-mode.bb @@ -1,5 +1,5 @@ # Copyright Matthias Hentges <devel@hentges.net> (c) 2007 -# License: MIT (see http://www.opensource.org/licenses/mit-license.php +# License: MIT (see http://www.opensource.org/licenses/mit-license.php # for a copy of the license) # # Filename: usb-gadget-mode.bb @@ -29,8 +29,8 @@ do_install() { install -m 0755 ${WORKDIR}/usb-gadget ${D}${bindir} } -# disbale usb-gadget for mtp hardware -do_install_append_mtp() { +# disbale usb-gadget for mtcap hardware +do_install_append_mtcap() { sed -i 's/ENABLED="yes"/ENABLED="no"/g' ${D}${sysconfdir}/default/usb-gadget } |