Skip to content

Commit

Permalink
linux: Build iwlwifi as module
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Costache <alexandru@balena.io>
  • Loading branch information
acostach committed Jul 4, 2024
1 parent 187840b commit 3cf54b8
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@ BALENA_CONFIGS[mtd] = " \
CONFIG_MTD_BLOCK=m \
"

BALENA_CONFIGS:append = " iwlwifi"
BALENA_CONFIGS[iwlwifi] = " \
CONFIG_IWLWIFI=m \
CONFIG_IWLDVM=m \
CONFIG_IWLMVM=m \
"

# Needed starting with Jetpack 6
# so the initramfs can mount the
# NVME partitions
Expand Down

0 comments on commit 3cf54b8

Please sign in to comment.