summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2012-05-17 19:33:09 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-07-17 19:06:32 +0200
commit67f1836d27a144d3934706a34aa5b866d41096cd (patch)
tree0b5953397ecd308ea6f510fb03bbd3b98e2f1c6c /linux
parent1bb7a8ee4b0d4c4d746329825f322dad3678d0eb (diff)
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')
-rw-r--r--linux/linux.mk2
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)