CHG: [mac80211] move mac80211 config files to meta-netmodule-wlan

BugzId: 67854
This commit is contained in:
Patrick Walther 2020-11-04 18:53:51 +01:00
parent 3d3170c692
commit 3de6fe9e8c
7 changed files with 7837 additions and 1 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
inherit module cml1 inherit module cml1
include nrsw-modules.${NM_TARGET}.inc
SHRT_VER = "${@d.getVar('PV', True).split('-')[0]}" SHRT_VER = "${@d.getVar('PV', True).split('-')[0]}"
SRC_URI = "http://www.kernel.org/pub/linux/kernel/projects/backports/stable/v${SHRT_VER}/backports-${PV}.tar.gz \ SRC_URI = "http://www.kernel.org/pub/linux/kernel/projects/backports/stable/v${SHRT_VER}/backports-${PV}.tar.gz \
@ -19,6 +21,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/projects/backports/stable/v${S
file://0005-backport-of-mwl-patches-from-openwrt.patch \ file://0005-backport-of-mwl-patches-from-openwrt.patch \
file://0006-backport-of-brcm-patches-from-openwrt.patch \ file://0006-backport-of-brcm-patches-from-openwrt.patch \
file://0007-backport-of-netmodule-patches-from-openwrt.patch \ file://0007-backport-of-netmodule-patches-from-openwrt.patch \
file://config.${NM_TARGET} \
" "
SRC_URI[sha256sum] = "2b060db29386c6f3fb178df33e0b8256703b7e90f7e3799e8b5a26330ca6fc1e" SRC_URI[sha256sum] = "2b060db29386c6f3fb178df33e0b8256703b7e90f7e3799e8b5a26330ca6fc1e"
@ -33,7 +36,8 @@ KCONFIG_CONFIG_COMMAND = "${EXTRA_OEMAKE} CC=${BUILD_CC} menuconfig"
MAKE_TARGETS = "modules" MAKE_TARGETS = "modules"
PACKAGE_CONFIGFILE ?= "" PACKAGE_CONFIGFILE := "config.${NM_TARGET}"
do_configure_prepend() { do_configure_prepend() {
# Make sure kconf is built to run on the host # Make sure kconf is built to run on the host
unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS

View File

@ -0,0 +1,5 @@
KERNEL_MODULE_AUTOLOAD += "\
wlcore \
wl18xx \
wlcore_sdio \
"

View File

@ -0,0 +1,5 @@
KERNEL_MODULE_AUTOLOAD += "\
ath \
ath10k_core \
ath10k_pci \
"

View File

@ -0,0 +1,8 @@
KERNEL_MODULE_AUTOLOAD += "\
ath \
ath9k_hw \
ath9k_common \
ath9k \
ath10k_core \
ath10k_pci \
"