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 <