From a439c470ffe90793b974e32c3e7eeed5aab1779d Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Thu, 24 Mar 2022 21:24:53 +0100 Subject: [PATCH] Force link up for RUTX --- root/target/linux/ipq40xx/base-files/bin/board_track | 2 ++ 1 file changed, 2 insertions(+) diff --git a/root/target/linux/ipq40xx/base-files/bin/board_track b/root/target/linux/ipq40xx/base-files/bin/board_track index 651be120..dede6ab7 100755 --- a/root/target/linux/ipq40xx/base-files/bin/board_track +++ b/root/target/linux/ipq40xx/base-files/bin/board_track @@ -24,6 +24,8 @@ check_modem() { mctl -s -m ${label} sleep 1 mctl -p -m ${label} + ip link set up dev wwan0 2>&1 >/dev/null + ip link set up dev wwan1 2>&1 >/dev/null done json_select .. return 1