diff options
author | Felix Fietkau <nbd@nbd.name> | 2024-01-26 20:16:32 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2024-02-03 16:16:36 +0100 |
commit | e772b75d5d50be4d541751a871057186439c25c2 (patch) | |
tree | c0d4f83a3930f1caddd7a049d4f8195b11dc674d /config | |
parent | 0e3f1475743d8f1360306e5d32da97c55517aa90 (diff) | |
download | openwrt-e772b75d5d50be4d541751a871057186439c25c2.tar.gz openwrt-e772b75d5d50be4d541751a871057186439c25c2.tar.bz2 openwrt-e772b75d5d50be4d541751a871057186439c25c2.zip |
broadcom-wl: remove package
Also remove remaining wireless extension support, since this package
was the only in-tree user of it
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-kernel.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 4c43190e40..78155eb592 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -1184,21 +1184,6 @@ config KERNEL_XDP_SOCKETS XDP sockets allows a channel between XDP programs and userspace applications. -config KERNEL_WIRELESS_EXT - def_bool n - -config KERNEL_WEXT_CORE - def_bool KERNEL_WIRELESS_EXT - -config KERNEL_WEXT_PRIV - def_bool KERNEL_WIRELESS_EXT - -config KERNEL_WEXT_PROC - def_bool KERNEL_WIRELESS_EXT - -config KERNEL_WEXT_SPY - def_bool KERNEL_WIRELESS_EXT - config KERNEL_PAGE_POOL def_bool n |