usbmode: update to latest git
this adds support for a new mode MBIM that auto detects the bConfigurationValue. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42298
This commit is contained in:
parent
20f48d27ea
commit
41775e7486
2 changed files with 5 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=usbmode
|
||||
PKG_VERSION:=2014-07-18
|
||||
PKG_VERSION:=2014-08-26
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=http://git.openwrt.org/project/usbmode.git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=01ecc3b9764d1dd89cf36ede0a2d98f9adb0cd33
|
||||
PKG_SOURCE_VERSION:=993a9a542791953c4804f7ddbb3a07756738e37a
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
CMAKE_INSTALL:=1
|
||||
|
||||
|
@ -43,6 +43,7 @@ define Build/Prepare
|
|||
tar xvfj $(DL_DIR)/$(PKG_DATA_FILENAME) -C $(PKG_BUILD_DIR)
|
||||
rm -f \
|
||||
$(PKG_BUILD_DIR)/$(PKG_DATA_PATH)/usb_modeswitch.d/05c6:1000:sVe=GT
|
||||
cp ./data/* $(PKG_BUILD_DIR)/$(PKG_DATA_PATH)/usb_modeswitch.d/
|
||||
endef
|
||||
|
||||
define Package/usb-modeswitch/install
|
||||
|
|
2
package/utils/usbmode/data/12d1:1f16
Normal file
2
package/utils/usbmode/data/12d1:1f16
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Vodafone K5150
|
||||
MBIM=1
|
Loading…
Reference in a new issue