From: Simon Dawson Date: Sat, 18 Aug 2012 09:25:38 +0000 (+0100) Subject: grub: add license information X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6643351d0b0feac205341ab9b121c0c74c70c125;p=buildroot.git grub: add license information Signed-off-by: Simon Dawson Signed-off-by: Thomas Petazzoni --- diff --git a/boot/grub/grub.mk b/boot/grub/grub.mk index e8d66f1752..4a094bc47d 100644 --- a/boot/grub/grub.mk +++ b/boot/grub/grub.mk @@ -9,6 +9,9 @@ GRUB_SOURCE = grub_$(GRUB_VERSION).orig.tar.gz GRUB_PATCH = grub_$(GRUB_VERSION)-35.diff.gz GRUB_SITE = http://snapshot.debian.org/archive/debian/20080329T000000Z/pool/main/g/grub/ +GRUB_LICENSE = GPLv2+ +GRUB_LICENSE_FILES = COPYING + GRUB_CFLAGS=-DSUPPORT_LOOPDEV ifeq ($(BR2_LARGEFILE),) GRUB_CFLAGS+=-U_FILE_OFFSET_BITS