[openwrt/openwrt] mac80211: remove broken CFG80211_WEXT select from the r8723bs driver

LEDE Commits lede-commits at lists.infradead.org
Fri Sep 23 09:11:39 PDT 2022


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a6fd151308b1ad1878ba367549a9e9ef5c717653

commit a6fd151308b1ad1878ba367549a9e9ef5c717653
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Sep 23 18:11:04 2022 +0200

    mac80211: remove broken CFG80211_WEXT select from the r8723bs driver
    
    Fixes a build error
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 .../mac80211/patches/build/070-remove-broken-wext-select.patch | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/package/kernel/mac80211/patches/build/070-remove-broken-wext-select.patch b/package/kernel/mac80211/patches/build/070-remove-broken-wext-select.patch
new file mode 100644
index 0000000000..77b6e1de1c
--- /dev/null
+++ b/package/kernel/mac80211/patches/build/070-remove-broken-wext-select.patch
@@ -0,0 +1,10 @@
+--- a/drivers/staging/rtl8723bs/Kconfig
++++ b/drivers/staging/rtl8723bs/Kconfig
+@@ -5,7 +5,6 @@ config RTL8723BS
+ 	depends on m
+ 	depends on WLAN && MMC && CFG80211
+ 	depends on m
+-	select CFG80211_WEXT
+ 	select BPAUTO_CRYPTO_LIB_ARC4
+ 	help
+ 	This option enables support for RTL8723BS SDIO drivers, such as




More information about the lede-commits mailing list