diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:16:35 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:22:36 +0100 |
commit | 20f8895f90175dfa35eb1727e8740e1e9007f5f2 (patch) | |
tree | 540d91b63cbac4baf4cc864164f9b44956c11aac /protocols | |
parent | 216ef47b4f772ebb307ac5b8869b01ad4b72d290 (diff) |
luci-proto-openfortivpn: add missing license information
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/luci-proto-openfortivpn/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/luci-proto-openfortivpn/Makefile b/protocols/luci-proto-openfortivpn/Makefile index fbdad18b3b..8bcdd5dd62 100644 --- a/protocols/luci-proto-openfortivpn/Makefile +++ b/protocols/luci-proto-openfortivpn/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Support for OpenFortivpn LUCI_DEPENDS:=+openfortivpn +luci-lua-runtime +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |