diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2012-05-17 19:33:09 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-17 19:06:32 +0200 |
commit | 67f1836d27a144d3934706a34aa5b866d41096cd (patch) | |
tree | 0b5953397ecd308ea6f510fb03bbd3b98e2f1c6c /linux/linux.mk | |
parent | 1bb7a8ee4b0d4c4d746329825f322dad3678d0eb (diff) | |
download | buildroot-novena-67f1836d27a144d3934706a34aa5b866d41096cd.tar.gz buildroot-novena-67f1836d27a144d3934706a34aa5b866d41096cd.zip |
linux: define license
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'linux/linux.mk')
-rw-r--r-- | linux/linux.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/linux.mk b/linux/linux.mk index f165dda50..bd3e23e5e 100644 --- a/linux/linux.mk +++ b/linux/linux.mk @@ -4,6 +4,8 @@ # ############################################################################### LINUX_VERSION=$(call qstrip,$(BR2_LINUX_KERNEL_VERSION)) +LINUX_LICENSE = GPLv2 +LINUX_LICENSE_FILES = COPYING # Compute LINUX_SOURCE and LINUX_SITE from the configuration ifeq ($(LINUX_VERSION),custom) |