diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:41:25 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:41:25 +0100 |
commit | 320744fdf5dcb219e0bf2f1a56ba24aa7a9ff204 (patch) | |
tree | 01d186d16f4be36a039ebdfa90f778145c05b6f7 /collections/luci-ssl-openssl/Makefile | |
parent | be212dd4523bab550fa55f5a635f8d038bd30292 (diff) |
luci-ssl-openssl: add missing license information
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'collections/luci-ssl-openssl/Makefile')
-rw-r--r-- | collections/luci-ssl-openssl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/collections/luci-ssl-openssl/Makefile b/collections/luci-ssl-openssl/Makefile index 890d224697..127db14d8f 100644 --- a/collections/luci-ssl-openssl/Makefile +++ b/collections/luci-ssl-openssl/Makefile @@ -16,6 +16,8 @@ LUCI_DESCRIPTION:=LuCI with OpenSSL as the SSL backend (libustream-openssl). \ LUCI_DEPENDS:=+luci-light +libustream-openssl +openssl-util +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |