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:
parent
c17feb0996
commit
afe8d6cec1
|
|
@ -28,6 +28,8 @@ IMAGE_INSTALL = " \
|
|||
${@bb.utils.contains("MACHINE_FEATURES", "wwan", "wwan-config", "", d)} \
|
||||
"
|
||||
|
||||
IMAGE_INSTALL_append_netbird = " kernel-module-mac80211"
|
||||
|
||||
LICENSE = "BSD"
|
||||
|
||||
BUILDNAME = "${DISTRO_VERSION};${DATETIME};${PN}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue