[Refactor mac80211 config to align OpenWRT]
[Description]
Refactor mac80211 config to align OpenWRT
[Release-log]
N/A
diff --git a/recipes-kernel/linux-mac80211/files/config b/recipes-kernel/linux-mac80211/files/config
index 92bdf78..ce3e99d 100644
--- a/recipes-kernel/linux-mac80211/files/config
+++ b/recipes-kernel/linux-mac80211/files/config
@@ -11,4 +11,4 @@
CPTCFG_MAC80211=y
CPTCFG_MAC80211_MESH=y
CPTCFG_MAC80211_DEBUGFS=y
-# CPTCFG_CFG80211_CRDA_SUPPORT is not set
+CPTCFG_CFG80211_DEBUGFS=y
diff --git a/recipes-kernel/linux-mac80211/linux-mac80211.bb b/recipes-kernel/linux-mac80211/linux-mac80211.bb
index 50abb23..b1f3be0 100644
--- a/recipes-kernel/linux-mac80211/linux-mac80211.bb
+++ b/recipes-kernel/linux-mac80211/linux-mac80211.bb
@@ -49,7 +49,7 @@
LD="${BUILD_LD}" AR="${BUILD_AR}" LEX="flex" -C ${S}/kconf O=${S}/kconf conf
cp ${WORKDIR}/config ${S}/.config
- oe_runmake oldconfig
+ oe_runmake allnoconfig
}
do_install_prepend () {