CHG: [mac80211] move mac80211 config files to meta-netmodule-wlan
BugzId: 67854
This commit is contained in:
parent
3d3170c692
commit
3de6fe9e8c
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
|
|
@ -9,6 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
|||
|
||||
inherit module cml1
|
||||
|
||||
include nrsw-modules.${NM_TARGET}.inc
|
||||
|
||||
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 \
|
||||
|
|
@ -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://0006-backport-of-brcm-patches-from-openwrt.patch \
|
||||
file://0007-backport-of-netmodule-patches-from-openwrt.patch \
|
||||
file://config.${NM_TARGET} \
|
||||
"
|
||||
|
||||
SRC_URI[sha256sum] = "2b060db29386c6f3fb178df33e0b8256703b7e90f7e3799e8b5a26330ca6fc1e"
|
||||
|
|
@ -33,7 +36,8 @@ KCONFIG_CONFIG_COMMAND = "${EXTRA_OEMAKE} CC=${BUILD_CC} menuconfig"
|
|||
|
||||
MAKE_TARGETS = "modules"
|
||||
|
||||
PACKAGE_CONFIGFILE ?= ""
|
||||
PACKAGE_CONFIGFILE := "config.${NM_TARGET}"
|
||||
|
||||
do_configure_prepend() {
|
||||
# Make sure kconf is built to run on the host
|
||||
unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
KERNEL_MODULE_AUTOLOAD += "\
|
||||
wlcore \
|
||||
wl18xx \
|
||||
wlcore_sdio \
|
||||
"
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
KERNEL_MODULE_AUTOLOAD += "\
|
||||
ath \
|
||||
ath10k_core \
|
||||
ath10k_pci \
|
||||
"
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
KERNEL_MODULE_AUTOLOAD += "\
|
||||
ath \
|
||||
ath9k_hw \
|
||||
ath9k_common \
|
||||
ath9k \
|
||||
ath10k_core \
|
||||
ath10k_pci \
|
||||
"
|
||||
Loading…
Reference in New Issue