diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-04-21 22:29:28 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-04-25 17:42:18 +0100 |
commit | ff0e302cf73fdc230e601d0bd69fcb016b513fd1 (patch) | |
tree | f75d9544d3846d40b3d36766f84921096e390ccb | |
parent | net-p2p/dogecoin: version bump (diff) | |
download | portage-ff0e302cf73fdc230e601d0bd69fcb016b513fd1.tar.xz |
eclass/linux-build: relax CONFIG_CMDLINE requirements
-rw-r--r-- | eclass/linux-build.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass index 5d0711fa..2e636a95 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -244,7 +244,7 @@ _linux-build_src_prepare_build() { fi if _linux-build_configval EFI_STUB && ! _linux-build_configval CMDLINE ; then - die "CONFIG_EFI_STUB=y requires CONFIG_CMDLINE" + ewarn "CONFIG_EFI_STUB=y requires CONFIG_CMDLINE" fi if _linux-build_configval CMDLINE_BOOL && _linux-build_configval CMDLINE ; then |