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 | d498e13cc99551e10fff62ceb4f3f1028e9c9258 (patch) | |
tree | c504a005ef3cba5b1d9a14673da0f23cb161333e /package/boot/uboot-mxs | |
parent | aa032d78d72b8a9f0f917e6055bfb53d2feefd0c (diff) | |
download | upstream-d498e13cc99551e10fff62ceb4f3f1028e9c9258.tar.gz upstream-d498e13cc99551e10fff62ceb4f3f1028e9c9258.tar.bz2 upstream-d498e13cc99551e10fff62ceb4f3f1028e9c9258.zip |
[package] uboot-*: update license info in uboot packages
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43429 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-mxs')
-rw-r--r-- | package/boot/uboot-mxs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/boot/uboot-mxs/Makefile b/package/boot/uboot-mxs/Makefile index a6773b8d17..6541375094 100644 --- a/package/boot/uboot-mxs/Makefile +++ b/package/boot/uboot-mxs/Makefile @@ -18,6 +18,9 @@ PKG_SOURCE_URL:= \ ftp://ftp.denx.de/pub/u-boot PKG_MD5SUM:=36d4bad687edcafa396fee607e505d4e +PKG_LICENSE:=GPL-2.0 GPL-2.0+ +PKG_LICENSE_FILES:=Licenses/README + include $(INCLUDE_DIR)/package.mk define uboot/Default |