From patchwork Thu May 17 17:33:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v4,10/22] linux: define license Date: Thu, 17 May 2012 07:33:09 -0000 From: Luca Ceresoli X-Patchwork-Id: 159977 Message-Id: <1337276001-26149-11-git-send-email-luca@lucaceresoli.net> To: buildroot@busybox.net Cc: Luca Ceresoli Signed-off-by: Luca Ceresoli --- linux/linux.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux/linux.mk b/linux/linux.mk index f165dda..bd3e23e 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)