| Submitter | Luca Ceresoli |
|---|---|
| Date | May 7, 2012, 8:12 p.m. |
| Message ID | <1336421563-5986-10-git-send-email-luca@lucaceresoli.net> |
| Download | mbox | patch |
| Permalink | /patch/157404/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/linux/linux.mk b/linux/linux.mk index 34f8623..43e3641 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)
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> --- linux/linux.mk | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)