From 3742ca2137f03d81566b4167ac9c5d5b56e9acd5 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 30 Nov 2020 10:34:53 +0100 Subject: [PATCH] ++lte/openwrt Signed-off-by: Nico Schottelius --- openwrt-add-qmi-lte.sh | 44 ++++++++++++++++++++ openwrt-add-lte.sh => openwrt-add-usb-lte.sh | 0 2 files changed, 44 insertions(+) create mode 100755 openwrt-add-qmi-lte.sh rename openwrt-add-lte.sh => openwrt-add-usb-lte.sh (100%) diff --git a/openwrt-add-qmi-lte.sh b/openwrt-add-qmi-lte.sh new file mode 100755 index 0000000..0f4caae --- /dev/null +++ b/openwrt-add-qmi-lte.sh @@ -0,0 +1,44 @@ +#!/bin/sh +# Based on work of Samuel Hailu, 2020-09-10 + +if [ $# -ne 1 ]; then + echo "$0 ip-address interface" + echo " ip-address: where to find the OpenWRT device" + exit 1 +fi + +my_ip=$1; shift +interface=$1; shift + +cat <