diff options
author | Aaron Goodman <aaronjgoodmn@gmail.com> | 2020-06-14 11:59:15 -0400 |
---|---|---|
committer | Aaron Goodman <aaronjg@stanford.edu> | 2020-07-16 22:40:09 -0400 |
commit | e7c870ea385b91fcfe28d8e9f6c77dbbf0468518 (patch) | |
tree | 6309374f5330251289bc8f5027b194ceb50b532a /protocols/luci-proto-openfortivpn/Makefile | |
parent | 682f628ea611d8d12a2a4b5925851f99c5a4bd20 (diff) |
luci-proto-openfortivpn: add luci interface for openfortivpn
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
Diffstat (limited to 'protocols/luci-proto-openfortivpn/Makefile')
-rw-r--r-- | protocols/luci-proto-openfortivpn/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/protocols/luci-proto-openfortivpn/Makefile b/protocols/luci-proto-openfortivpn/Makefile new file mode 100644 index 0000000000..17a63f78eb --- /dev/null +++ b/protocols/luci-proto-openfortivpn/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2020 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 OpenFortivpn +LUCI_DEPENDS:=+openfortivpn + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |