diff options
author | Daniel Dickinson <cshoredaniel@users.noreply.github.com> | 2016-12-21 18:44:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-21 18:44:01 -0500 |
commit | e063597d6537f7f3c2f710f8b24631602b78a304 (patch) | |
tree | 25d15254db4e6c41773cea8ec9b17810cd28d40b /protocols/luci-proto-qmi/Makefile | |
parent | 683dbc0daf960e88eca9a56e190902d935e8b3cb (diff) | |
parent | 819e8cd41bafc1301e2b85c1a0148cd322649ecb (diff) |
Merge pull request #840 from TouchStar/support_proto_qmi
luci-proto-qmi: Added support for QMI Cellular
Diffstat (limited to 'protocols/luci-proto-qmi/Makefile')
-rw-r--r-- | protocols/luci-proto-qmi/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/protocols/luci-proto-qmi/Makefile b/protocols/luci-proto-qmi/Makefile new file mode 100644 index 0000000000..8b2b5e37eb --- /dev/null +++ b/protocols/luci-proto-qmi/Makefile @@ -0,0 +1,14 @@ +# +# 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 QMI +LUCI_DEPENDS:=+uqmi + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |