diff options
author | Nicholas Smith <nicholas.smith@telcoantennas.com.au> | 2019-10-09 09:51:20 +1000 |
---|---|---|
committer | Nicholas Smith <nicholas.smith@telcoantennas.com.au> | 2019-10-11 08:27:02 +1000 |
commit | 6a79c61221132f170b8cfec7d01010f39bfe8a1e (patch) | |
tree | 0a1972d2087a133b622cfedec524f6f0d56c8942 /protocols/luci-proto-modemmanager/Makefile | |
parent | a1545331219ed608eb6625ce5d38fa216f5bfdc8 (diff) |
luci-proto-modemmanager: add luci-proto-modemmanager
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
Diffstat (limited to 'protocols/luci-proto-modemmanager/Makefile')
-rw-r--r-- | protocols/luci-proto-modemmanager/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/protocols/luci-proto-modemmanager/Makefile b/protocols/luci-proto-modemmanager/Makefile new file mode 100644 index 000000000..c2718dd0a --- /dev/null +++ b/protocols/luci-proto-modemmanager/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 ModemManager +LUCI_DEPENDS:=+modemmanager + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |