DVM firmware defaults to supported, ensure both it and MVM are supported. This explicitly adds support for the 3160 and 7260 cards.
Reported-by: John Hawley <[email protected]> Signed-off-by: Darren Hart <[email protected]> --- meta/cfg/kernel-cache/features/iwlwifi/iwlwifi.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/cfg/kernel-cache/features/iwlwifi/iwlwifi.cfg b/meta/cfg/kernel-cache/features/iwlwifi/iwlwifi.cfg index 1be845e..0e55af6 100644 --- a/meta/cfg/kernel-cache/features/iwlwifi/iwlwifi.cfg +++ b/meta/cfg/kernel-cache/features/iwlwifi/iwlwifi.cfg @@ -5,3 +5,7 @@ CONFIG_PCI=y # Build as a module to avoid having to install the firmware into the initrd CONFIG_IWLWIFI=m CONFIG_IWLWIFI_P2P=y + +# Support both DVM (most cards) and MVM (3160, 7260) firmware +CONFIG_IWLDVM=m +CONFIG_IWLMVM=m -- 2.0.0 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
