From a881f4da8bcf51c892a106480c3eae4732cd7219 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Fri, 27 Nov 2020 22:31:48 +0100 Subject: [PATCH] image-minimal: Remove mac80211 backports These backports are not compatible with another kernel than virtual/kernel. Until this is fixed, we rely on the default kernel drivers. BugzID: 69147 --- recipes-core/images/netmodule-linux-image-minimal.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-core/images/netmodule-linux-image-minimal.bb b/recipes-core/images/netmodule-linux-image-minimal.bb index d15af02..62a9daf 100644 --- a/recipes-core/images/netmodule-linux-image-minimal.bb +++ b/recipes-core/images/netmodule-linux-image-minimal.bb @@ -29,8 +29,6 @@ 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}"