diff options
author | Luka Perkov <luka@openwrt.org> | 2014-11-29 23:45:53 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-11-29 23:45:53 +0000 |
commit | 44d5800fe14ecf8cb5276931f3b3f48ee3f19e4f (patch) | |
tree | 8638f49f514341806281975e7d0d02226220e20c /package/boot/uboot-sunxi/Makefile | |
parent | 25d8cb275e1f16bb80c6d05dcf6d73d8d6882053 (diff) | |
download | upstream-44d5800fe14ecf8cb5276931f3b3f48ee3f19e4f.tar.gz upstream-44d5800fe14ecf8cb5276931f3b3f48ee3f19e4f.tar.bz2 upstream-44d5800fe14ecf8cb5276931f3b3f48ee3f19e4f.zip |
uboot-*: update license info in uboot packages
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43429
Diffstat (limited to 'package/boot/uboot-sunxi/Makefile')
-rw-r--r-- | package/boot/uboot-sunxi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/boot/uboot-sunxi/Makefile b/package/boot/uboot-sunxi/Makefile index d8bee16040..e650051b7b 100644 --- a/package/boot/uboot-sunxi/Makefile +++ b/package/boot/uboot-sunxi/Makefile @@ -16,6 +16,9 @@ PKG_SOURCE_URL:= \ PKG_SOURCE_VERSION:=6d2116d1385a66e9a59742caa9d62a54 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) +PKG_LICENSE:=GPL-2.0 GPL-2.0+ +PKG_LICENSE_FILES:=Licenses/README + include $(INCLUDE_DIR)/package.mk define uboot/Default |