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:
Darren Hart 2012-03-14 12:56:58 -07:00
parent 9d3ed8034b
commit 675e28f7f6
2 changed files with 4 additions and 0 deletions

View File

@ -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"

View File

@ -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"