mac80211: apply config in recipe
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
parent
d45604b831
commit
ff480c20b9
|
|
@ -19,6 +19,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.netbird \
|
||||
"
|
||||
|
||||
SRC_URI[sha256sum] = "2b060db29386c6f3fb178df33e0b8256703b7e90f7e3799e8b5a26330ca6fc1e"
|
||||
|
|
@ -33,7 +34,7 @@ KCONFIG_CONFIG_COMMAND = "${EXTRA_OEMAKE} CC=${BUILD_CC} menuconfig"
|
|||
|
||||
MAKE_TARGETS = "modules"
|
||||
|
||||
PACKAGE_CONFIGFILE ?= ""
|
||||
PACKAGE_CONFIGFILE ?= "config.netbird"
|
||||
do_configure_prepend() {
|
||||
# Make sure kconf is built to run on the host
|
||||
unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
|
||||
|
|
|
|||
Loading…
Reference in New Issue