diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2017-01-17 18:21:55 +0200 |
---|---|---|
committer | Lucian Cristian <lucian.cristian@gmail.com> | 2017-01-17 18:21:55 +0200 |
commit | a2349fac27011298cf93c2ce32e5d573a6e613ab (patch) | |
tree | 4ff78f164b9c3b49f6d6e5f8eeeb918e0e513e10 /protocols/luci-proto-ncm/Makefile | |
parent | 9b7a5a477a707164d07d17a65acd5a1ac78845db (diff) |
Add luci-proto-ncm for comgt-ncm
NCM is used by some 3G/LTE dongles.
First introduced in https://github.com/lede-project/source/commit/51a5ff094703c4db984284913d605e83e819d99c
light modified file taken from OpenWRT/Gargoyle github
https://github.com/obsy/packages/tree/master/luci-proto-wwan
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'protocols/luci-proto-ncm/Makefile')
-rw-r--r-- | protocols/luci-proto-ncm/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/protocols/luci-proto-ncm/Makefile b/protocols/luci-proto-ncm/Makefile new file mode 100644 index 000000000..5fd9c9a26 --- /dev/null +++ b/protocols/luci-proto-ncm/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 NCM +LUCI_DEPENDS:=+comgt-ncm + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |