# opkg update && opkg install at jq
- Save
interfaces-watcher
andinterfaces-refresher
to/root/
/root/interfaces-refresher
/root/interfaces-watcher
Run chmod to be able to execute that files.
# chmod +x /root/interfaces-refresher /root/interfaces-watcher
- Save this code to
Scheduled Tasks
a.k.acrontab
Menu > System > Scheduled Tasks
*/1 * * * * /root/interfaces-watcher
That code will execute /root/interfaces-watcher
every minute. Recommended
.
Tested on Dell Inc. DW5821e Snapdragon X20 LTE
, downtime < 2 seconds
.