uqmi: update to the latest version, also set 802.3 data format via the WDA service
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43381
This commit is contained in:
parent
1041e3be6e
commit
9f803fca44
@ -1,13 +1,13 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=uqmi
|
||||
PKG_VERSION:=2014-11-19
|
||||
PKG_VERSION:=2014-11-25
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=git://nbd.name/uqmi.git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=cef8ce433b5a29b49dfe8700fa7b0ddc2bbb9d20
|
||||
PKG_SOURCE_VERSION:=ba48484dac9d39f37eeeb96ad77649e5791ce289
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MAINTAINER:=Matti Laakso <malaakso@elisanet.fi>
|
||||
# PKG_MIRROR_MD5SUM:=
|
||||
|
@ -89,6 +89,7 @@ proto_qmi_setup() {
|
||||
qmi_disconnect
|
||||
|
||||
uqmi -s -d "$device" --set-data-format 802.3
|
||||
uqmi -s -d "$device" --wda-set-data-format 802.3
|
||||
|
||||
echo "Waiting for network registration"
|
||||
while uqmi -s -d "$device" --get-serving-system | grep '"searching"' > /dev/null; do
|
||||
|
Loading…
Reference in New Issue
Block a user