From 67f1836d27a144d3934706a34aa5b866d41096cd Mon Sep 17 00:00:00 2001 From: Luca Ceresoli Date: Thu, 17 May 2012 19:33:09 +0200 Subject: linux: define license Signed-off-by: Luca Ceresoli Signed-off-by: Thomas Petazzoni --- linux/linux.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux') 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) -- cgit v1.2.3