nvme: fix legal-info
Fixes: http://autobuild.buildroot.net/results/441/441afa17dfd6f259642526850d92f1c9965d8353/ The license file is called LICENSE, not COPYING. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
574a2886ad
commit
720552dd28
@ -7,7 +7,7 @@
|
||||
NVME_VERSION = v0.3
|
||||
NVME_SITE = $(call github,linux-nvme,nvme-cli,$(NVME_VERSION))
|
||||
NVME_LICENSE = GPLv2+
|
||||
NVME_LICENSE_FILES = COPYING
|
||||
NVME_LICENSE_FILES = LICENSE
|
||||
|
||||
# LIBUDEV=1 means that libudev is _disabled_
|
||||
define NVME_BUILD_CMDS
|
||||
|
Loading…
Reference in New Issue
Block a user