diff options
author | Jason Reiss <jreiss@multitech.com> | 2016-12-09 07:47:58 -0600 |
---|---|---|
committer | Jason Reiss <jreiss@multitech.com> | 2016-12-09 07:47:58 -0600 |
commit | 25f47c4cc78c4778acff31c0ba2305f18367cc4b (patch) | |
tree | f6626978242fc2de5c050c5d612791b084bab77c | |
parent | 0748654f3fa2f0332645e4066c829a27b99b9709 (diff) | |
download | meta-mlinux-25f47c4cc78c4778acff31c0ba2305f18367cc4b.tar.gz meta-mlinux-25f47c4cc78c4778acff31c0ba2305f18367cc4b.tar.bz2 meta-mlinux-25f47c4cc78c4778acff31c0ba2305f18367cc4b.zip |
lora: add lora pkt fwd usb package
-rw-r--r-- | recipes-core/images/mlinux-factory-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/images/mlinux-factory-image.bb b/recipes-core/images/mlinux-factory-image.bb index 0f8344e..6ce05ab 100644 --- a/recipes-core/images/mlinux-factory-image.bb +++ b/recipes-core/images/mlinux-factory-image.bb @@ -21,7 +21,7 @@ IMAGE_INSTALL += "autossh" IMAGE_INSTALL += "monit" # LoRa support (MTAC-LORA accessory card) -IMAGE_INSTALL += "lora-gateway-utils lora-network-server lora-query" +IMAGE_INSTALL += "lora-gateway-utils lora-network-server lora-query lora-packet-forwarder-usb" # MQTT server IMAGE_INSTALL += "mosquitto mosquitto-clients" |