diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-09-21 16:01:01 -0500 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-09-21 16:01:01 -0500 |
commit | fe49b4a90e0ac1a4ef86789c9a5d637a23e4a090 (patch) | |
tree | 8643c4ccbe55e32664ae29520f084e93b90d674b /recipes-connectivity | |
parent | bb156c7b7be31ec882a6cf14089fefc114fa0e94 (diff) | |
download | meta-mlinux-fe49b4a90e0ac1a4ef86789c9a5d637a23e4a090.tar.gz meta-mlinux-fe49b4a90e0ac1a4ef86789c9a5d637a23e4a090.tar.bz2 meta-mlinux-fe49b4a90e0ac1a4ef86789c9a5d637a23e4a090.zip |
mtp:feat: disable lora-network-server by default
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/lora/lora-network-server-mtp_1.0.13.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-connectivity/lora/lora-network-server-mtp_1.0.13.bb b/recipes-connectivity/lora/lora-network-server-mtp_1.0.13.bb index 997404e..9eb0516 100644 --- a/recipes-connectivity/lora/lora-network-server-mtp_1.0.13.bb +++ b/recipes-connectivity/lora/lora-network-server-mtp_1.0.13.bb @@ -28,11 +28,6 @@ LORA_DIR = "/opt/lora" do_compile() { } -inherit update-rc.d - -INITSCRIPT_NAME = "lora-network-server" -INITSCRIPT_PARAMS = "defaults 80 30" - do_install() { install -d ${D}${LORA_DIR} install -m 0755 lora-network-server ${D}${LORA_DIR}/ |