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