diff options
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto_3.14.bbappend')
-rw-r--r-- | common/recipes-kernel/linux/linux-yocto_3.14.bbappend | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto_3.14.bbappend b/common/recipes-kernel/linux/linux-yocto_3.14.bbappend index 139c1f0..a0ca5fc 100644 --- a/common/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ b/common/recipes-kernel/linux/linux-yocto_3.14.bbappend | |||
@@ -20,7 +20,9 @@ KBRANCH_corei7-64-intel-common = "standard/base" | |||
20 | KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" | 20 | KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" |
21 | 21 | ||
22 | # For Crystalforest and Romley | 22 | # For Crystalforest and Romley |
23 | KERNEL_MODULE_AUTOLOAD += "uio" | 23 | KERNEL_MODULE_AUTOLOAD_core2-32-intel-common += "uio" |
24 | KERNEL_MODULE_AUTOLOAD_corei7-64-intel-common += "uio" | ||
24 | 25 | ||
25 | # For FRI2, NUC | 26 | # For FRI2, NUC |
26 | KERNEL_MODULE_AUTOLOAD += "iwlwifi" | 27 | KERNEL_MODULE_AUTOLOAD_core2-32-intel-common += "iwlwifi" |
28 | KERNEL_MODULE_AUTOLOAD_corei7-64-intel-common += "iwlwifi" | ||