netmodule-linux-image-minimal: add mac80211 module for fct and lava image

Fix the missing wlan0 interface on lava and fct image.

BugzID: 68024

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
Ramon Moesching 2020-11-18 19:38:04 +01:00 committed by Gitea
parent c17feb0996
commit afe8d6cec1
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ IMAGE_INSTALL = " \
${@bb.utils.contains("MACHINE_FEATURES", "wwan", "wwan-config", "", d)} \ ${@bb.utils.contains("MACHINE_FEATURES", "wwan", "wwan-config", "", d)} \
" "
IMAGE_INSTALL_append_netbird = " kernel-module-mac80211"
LICENSE = "BSD" LICENSE = "BSD"
BUILDNAME = "${DISTRO_VERSION};${DATETIME};${PN}" BUILDNAME = "${DISTRO_VERSION};${DATETIME};${PN}"