diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2023-04-27 16:57:29 -0500 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2023-05-04 17:18:53 -0500 |
commit | 4f29bfe85849d1f4cfad2d70fc1655b9f5dedf36 (patch) | |
tree | b8ac3b280d226145986f7e2bc675b864ac7a93aa /recipes-connectivity/lora/lora-network-server | |
parent | 281235558092b7a4cfb733a71249e9eebea65b8b (diff) | |
download | meta-mlinux-4f29bfe85849d1f4cfad2d70fc1655b9f5dedf36.tar.gz meta-mlinux-4f29bfe85849d1f4cfad2d70fc1655b9f5dedf36.tar.bz2 meta-mlinux-4f29bfe85849d1f4cfad2d70fc1655b9f5dedf36.zip |
Added monit to pkf init script
Diffstat (limited to 'recipes-connectivity/lora/lora-network-server')
-rwxr-xr-x | recipes-connectivity/lora/lora-network-server/lora-network-server.init | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-connectivity/lora/lora-network-server/lora-network-server.init b/recipes-connectivity/lora/lora-network-server/lora-network-server.init index 92e3b48..8b03428 100755 --- a/recipes-connectivity/lora/lora-network-server/lora-network-server.init +++ b/recipes-connectivity/lora/lora-network-server/lora-network-server.init @@ -114,18 +114,6 @@ read_lora_hw_info() { fi } -setup_mtcdt3() { - dual_cards_installed=true - ln -sf /opt/lora/lora_pkt_fwd $pkt_fwd - ln -sf /opt/lora/lora_pkt_fwd $pkt_fwd_2 - - lora_eui=$(mts-io-sysfs show lora/eui) - lora_2_eui=$(mts-io-sysfs show lora-2/eui) - - lora_2_hw=$lora_hw - lora_2_id=$lora_id -} - setup_mtcdt_2g4() { mts-io-sysfs store lora/reset 0 mts-io-sysfs store lora/boot 0 |