From: Simon Dawson Date: Sun, 14 Apr 2013 21:29:19 +0000 (+0000) Subject: kmod: add license information X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=28a7f942ae5683e8eb0f18ed565723d5949fcb91;p=buildroot.git kmod: add license information Signed-off-by: Simon Dawson Signed-off-by: Peter Korsgaard --- diff --git a/package/kmod/kmod.mk b/package/kmod/kmod.mk index c0b223df7d..5c733b933d 100644 --- a/package/kmod/kmod.mk +++ b/package/kmod/kmod.mk @@ -1,6 +1,14 @@ +############################################################# +# +# kmod +# +############################################################# + KMOD_VERSION = 13 KMOD_SOURCE = kmod-$(KMOD_VERSION).tar.xz KMOD_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kmod/ +KMOD_LICENSE = GPLv2+ LGPLv2.1+ +KMOD_LICENSE_FILES = COPYING libkmod/COPYING KMOD_INSTALL_STAGING = YES KMOD_DEPENDENCIES = host-pkgconf