Author: nbd Date: 2014-11-25 21:34:08 +0100 (Tue, 25 Nov 2014) New Revision: 43381
Modified: trunk/package/network/utils/uqmi/Makefile trunk/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh Log: uqmi: update to the latest version, also set 802.3 data format via the WDA service Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/network/utils/uqmi/Makefile =================================================================== --- trunk/package/network/utils/uqmi/Makefile 2014-11-25 19:09:55 UTC (rev 43380) +++ trunk/package/network/utils/uqmi/Makefile 2014-11-25 20:34:08 UTC (rev 43381) @@ -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 <[email protected]> # PKG_MIRROR_MD5SUM:= Modified: trunk/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh =================================================================== --- trunk/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh 2014-11-25 19:09:55 UTC (rev 43380) +++ trunk/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh 2014-11-25 20:34:08 UTC (rev 43381) @@ -89,6 +89,7 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
