mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
fri2: Autoload module iwlwifi
iwlwifi uses a firmware blob that must exist on the FS at the time the driver is loaded. If the driver is built-in, the blob must exist in the initrd. We avoid this by building as a module, but we still want this to load at boot - so add it to autoload. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
parent
9d3ed8034b
commit
675e28f7f6
|
|
@ -7,3 +7,5 @@ KBRANCH_fri2 = "yocto/standard/preempt-rt/base"
|
|||
COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
|
||||
KMACHINE_fri2-noemgd = "fri2"
|
||||
KBRANCH_fri2-noemgd = "yocto/standard/preempt-rt/base"
|
||||
|
||||
module_autoload_iwlwifi = "iwlwifi"
|
||||
|
|
|
|||
|
|
@ -7,3 +7,5 @@ KBRANCH_fri2 = "yocto/standard/fri2"
|
|||
COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
|
||||
KMACHINE_fri2-noemgd = "fri2"
|
||||
KBRANCH_fri2-noemgd = "yocto/standard/fri2"
|
||||
|
||||
module_autoload_iwlwifi = "iwlwifi"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user