diff options
author | Florian Eckert <Eckert.Florian@googlemail.com> | 2016-05-31 12:57:22 +0200 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2016-05-31 14:54:19 -0400 |
commit | 5ac43d6ec2d7eaf35e78accff3ac6b36d62f3ef9 (patch) | |
tree | 8dc24ee7ba28c4e7e5693841f7e24485ba63251b /package/utils | |
parent | c7d6a924acc1e5d6c0fe69216764aad0b3846b2c (diff) | |
download | upstream-5ac43d6ec2d7eaf35e78accff3ac6b36d62f3ef9.tar.gz upstream-5ac43d6ec2d7eaf35e78accff3ac6b36d62f3ef9.tar.bz2 upstream-5ac43d6ec2d7eaf35e78accff3ac6b36d62f3ef9.zip |
px5g: add license tag
show the license for this package in opkg
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
Diffstat (limited to 'package/utils')
-rw-r--r-- | package/utils/px5g/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/utils/px5g/Makefile b/package/utils/px5g/Makefile index 8677a8b174..c886ae5880 100644 --- a/package/utils/px5g/Makefile +++ b/package/utils/px5g/Makefile @@ -8,7 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=px5g -PKG_RELEASE:=3 +PKG_RELEASE:=4 +PKG_LICENSE:=LGPL-2.1 PKG_USE_MIPS16:=0 |