projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bb7a8e
)
linux: define license
author
Luca Ceresoli
<luca@lucaceresoli.net>
Thu, 17 May 2012 17:33:09 +0000
(19:33 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Tue, 17 Jul 2012 17:06:32 +0000
(19:06 +0200)
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
linux/linux.mk
patch
|
blob
|
history
diff --git
a/linux/linux.mk
b/linux/linux.mk
index f165dda50c6dbedf1f344e3eff9ee9b7ef2dbde3..bd3e23e5eed1b178fdc3ae218467b290ed4fd474 100644
(file)
--- 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)