diff options
-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}/ |