diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-02-15 15:16:03 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-02-18 09:35:01 +0100 |
commit | b3b16c8ce5c616a0d1f84c4263b4067ff099aa1e (patch) | |
tree | 98c0520fe3f7eee64295d41e657a9707a33d735d /package/network/utils/uqmi/Makefile | |
parent | e9eb219e5a07f3e2284c1483da03d5accb130eac (diff) | |
download | upstream-b3b16c8ce5c616a0d1f84c4263b4067ff099aa1e.tar.gz upstream-b3b16c8ce5c616a0d1f84c4263b4067ff099aa1e.tar.bz2 upstream-b3b16c8ce5c616a0d1f84c4263b4067ff099aa1e.zip |
uqmi: use built-in command for data-link verification
uqmi contains a command for directly querying the modem if there
is a valid data connection, so let's use it.
This avoids the cases were all previous tests are succesful, but the
actual data link is not up for some reasons, leading to states were we
thought the link was up when it actually wasn't ..
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'package/network/utils/uqmi/Makefile')
-rw-r--r-- | package/network/utils/uqmi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/uqmi/Makefile b/package/network/utils/uqmi/Makefile index 6e891435b9..993069e256 100644 --- a/package/network/utils/uqmi/Makefile +++ b/package/network/utils/uqmi/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uqmi -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(LEDE_GIT)/project/uqmi.git |