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