diff options
author | Ian Leonard <antonlacon@gmail.com> | 2014-08-02 01:49:06 -0700 |
---|---|---|
committer | Ian Leonard <antonlacon@gmail.com> | 2014-08-02 01:49:06 -0700 |
commit | 2d003b823862c9d3dd5057216e386fa69a6bf70f (patch) | |
tree | 0ae36c40fbea6ff12c805918e9bc249c182402a3 /ipv6 | |
parent | 64c633daa646d2780621187c4f8ee348f312c044 (diff) |
tayga: add PKG_LICENSE ifnromation
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Diffstat (limited to 'ipv6')
-rw-r--r-- | ipv6/tayga/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ipv6/tayga/Makefile b/ipv6/tayga/Makefile index 5f8418770..8b645650f 100644 --- a/ipv6/tayga/Makefile +++ b/ipv6/tayga/Makefile @@ -9,8 +9,10 @@ PKG_RELEASE:=2 PKG_SOURCE:=tayga-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.litech.org/tayga/ PKG_MD5SUM:=7a7b24165ce008df772f398d86fa280e -PKG_CAT:=bzcat +PKG_LICENSE:=GPL-2.0 +PKG_LICENSE_FILES:=COPYING +PKG_CAT:=bzcat PKG_BUILD_DIR:=$(BUILD_DIR)/tayga-$(PKG_VERSION) PKG_FIXUP:=autoreconf |