diff options
author | Quirin Hofstaetter <qh@dev.tdt.de> | 2017-01-13 14:11:48 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2017-06-13 13:40:18 +0200 |
commit | 4a20d2c31a82c59f6df788bcb9809736ba8c3d56 (patch) | |
tree | 2db6ac02ff8375d105af5962109e2b20519f76dc /libs | |
parent | 3b5a99340bb0c01638d59d2e23f6d91ddfd40ab1 (diff) |
luci-lib-px5g: add license tag
Signed-off-by: Quirin Hofstaetter <qh@dev.tdt.de>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/luci-lib-px5g/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/luci-lib-px5g/Makefile b/libs/luci-lib-px5g/Makefile index 70b95e850..eefee107e 100644 --- a/libs/luci-lib-px5g/Makefile +++ b/libs/luci-lib-px5g/Makefile @@ -10,6 +10,7 @@ LUCI_TITLE:=RSA/X.509 Key Generator (required for LuCId SSL support) LUCI_DEPENDS:=+liblua PKG_USE_MIPS16:=0 +PKG_LICENSE:=LGPL-2.1 include ../../luci.mk |