backport-iwlwifi: exclude from world builds

The release we use doesn't compile with 4.19 kernel (and shouldn't be
needed there) so exclude it from world builds for now.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Anuj Mittal 2018-12-05 13:56:31 +08:00
parent 4abc16cbbd
commit 8c3556b75b

View File

@ -52,3 +52,5 @@ KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " iwlwifi"
KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " iwlwifi"
KERNEL_MODULE_PACKAGE_PREFIX = "backport-iwlwifi"
EXCLUDE_FROM_WORLD = "1"