Drop superseeded CRDA utility (#1452)
The CRDA (Central Regulatory Domain Agent) utility has been used as a user space helper to load regulatory information for WiFi drivers. However, since Linux 4.15 the kernel can load the regulatory information directly from a signed firmware file "regulatory.db". The regulatory.db file is provided by the WIRELESS_REGDB package, which has been already installed since its a dependency of CRDA. Drop CRDA and select WIRELESS_REGDB package explicitly to make sure the regulatory.db file is present.
This commit is contained in:
@@ -1556,7 +1556,6 @@ CONFIG_CFG80211_REQUIRE_SIGNED_REGDB=y
|
||||
CONFIG_CFG80211_USE_KERNEL_REGDB_KEYS=y
|
||||
CONFIG_CFG80211_DEFAULT_PS=y
|
||||
CONFIG_CFG80211_DEBUGFS=y
|
||||
CONFIG_CFG80211_CRDA_SUPPORT=y
|
||||
CONFIG_CFG80211_WEXT=y
|
||||
CONFIG_LIB80211=y
|
||||
CONFIG_LIB80211_CRYPT_WEP=y
|
||||
|
||||
Reference in New Issue
Block a user