linux-netmodule: add wlan.cfg kernel config fragment

Used for disabling built in wlan into kernel, instead use
backport

BugzID: 67825

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
Ramon Moesching 2020-11-03 16:47:27 +01:00 committed by Gitea
parent 3b651b1605
commit 84df6d93ae
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# CONFIG_WL12XX is not set
# CONFIG_WL18XX is not set
# CONFIG_WLCORE is not set
# CONFIG_WLCORE_SDIO is not set
# CONFIG_MAC80211 is not set
# CONFIG_LIB80211 is not set
# CONFIG_LIB80211_CRYPT_CCMP is not set
# CONFIG_LIB80211_CRYPT_TKIP is not set
# CONFIG_LIB80211_CRYPT_WEP is not set
# CONFIG_CFG80211 is not set
# CONFIG_WLAN is not set

View File

@ -11,6 +11,7 @@ SRC_URI = "git://git.netmodule.intranet/yoctoproject/linux-netmodule.git;protoco
# Config fragments
FILESEXTRAPATHS_prepend := "${THISDIR}/conf:"
SRC_URI_append_netbird = " file://wlan.cfg"
SRCREV ?= "${AUTOREV}"
PV ?= "4.19.88-${SRCPV}"