Based on luci-proto-qmi Tested with Sierra Wireless MC7455 Signed-off-by: Howard Chu <hyc@symas.com> [Squashed. updated commit message, adjusted the parameters to match upstream-accepted implementation of MBIM protocol] Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
14 lines
300 B
Makefile
14 lines
300 B
Makefile
#
|
|
# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Support for MBIM
|
|
LUCI_DEPENDS:=+umbim
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|