summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-dev.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-dev.bbappend')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-dev.bbappend8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-dev.bbappend b/common/recipes-kernel/linux/linux-yocto-dev.bbappend
index bfb5f62a..554bd624 100644
--- a/common/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -19,9 +19,9 @@ KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}
19# default SRCREV is set and linux-yocto-dev is the preferred provider. 19# default SRCREV is set and linux-yocto-dev is the preferred provider.
20 20
21# For Crystalforest and Romley 21# For Crystalforest and Romley
22KERNEL_MODULE_AUTOLOAD_core2-32-intel-common += "uio" 22KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio"
23KERNEL_MODULE_AUTOLOAD_corei7-64-intel-common += "uio" 23KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " uio"
24 24
25# For FRI2, NUC 25# For FRI2, NUC
26KERNEL_MODULE_AUTOLOAD_core2-32-intel-common += "iwlwifi" 26KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " iwlwifi"
27KERNEL_MODULE_AUTOLOAD_corei7-64-intel-common += "iwlwifi" 27KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " iwlwifi"