summaryrefslogtreecommitdiffstats
path: root/package/network/utils/uqmi/Makefile
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2019-02-20 15:12:44 +0100
committerDaniel Golle <daniel@makrotopia.org>2019-02-20 15:16:24 +0100
commit0b373bf4d6a1a7a53e06946972ebb812b4cc2f0f (patch)
tree8003786ca9d8a807cb4edac4e6c723e43a7dc59a /package/network/utils/uqmi/Makefile
parent2e0f41e73a93e8fa8b74f053e638f05247ee9113 (diff)
downloadopenwrt-0b373bf4d6a1a7a53e06946972ebb812b4cc2f0f.tar.gz
openwrt-0b373bf4d6a1a7a53e06946972ebb812b4cc2f0f.tar.bz2
openwrt-0b373bf4d6a1a7a53e06946972ebb812b4cc2f0f.zip
uqmi: fix PIN_STATUS_FAILED error with MC7455 WCDMA/LTE modem
Apparently this modem replies differently to attempted --get-pin-status which makes the script fail if a pincode is set. Fix this. Manufacturer: Sierra Wireless, Incorporated Model: MC7455 Revision: SWI9X30C_02.24.05.06 r7040 CARMD-EV-FRMWR2 2017/05/19 06:23:09 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/network/utils/uqmi/Makefile')
-rw-r--r--package/network/utils/uqmi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/uqmi/Makefile b/package/network/utils/uqmi/Makefile
index b2f3474400..8eaf0bff3f 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:=5
+PKG_RELEASE:=6
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/uqmi.git