From: Luca Ceresoli Date: Thu, 17 May 2012 17:33:09 +0000 (+0200) Subject: linux: define license X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=67f1836d27a144d3934706a34aa5b866d41096cd;p=buildroot.git linux: define license Signed-off-by: Luca Ceresoli Signed-off-by: Thomas Petazzoni --- diff --git a/linux/linux.mk b/linux/linux.mk index f165dda50c..bd3e23e5ee 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)