diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:20:51 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:22:36 +0100 |
commit | 17cb45332789b7bef1082d9fb288153eca4f6d50 (patch) | |
tree | 57d7a94804e154aad4b23227db839de0cb24f5e0 /protocols | |
parent | 9ea2dac98afe955c2509912f56e5991939f921e6 (diff) |
luci-proto-sstp: add missing license information
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/luci-proto-sstp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/luci-proto-sstp/Makefile b/protocols/luci-proto-sstp/Makefile index afb4e1a379..cb552851b2 100644 --- a/protocols/luci-proto-sstp/Makefile +++ b/protocols/luci-proto-sstp/Makefile @@ -10,6 +10,8 @@ LUCI_TITLE:=Support for SSTP LUCI_DEPENDS:=+sstp-client LUCI_PKGARCH:=all +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |