Skip to content

Commit 341e998

Browse files
committed
kernel-balena.bbclass: Remove references to disabling CONFIG_RTL8192CU
This commit is a continuation of e3b7a15 Devices that need a driver for RTL8192 based chipsets should enable the in-tree CONFIG_RTL8192CU kernel driver which should be stable in newer kernel releases. Change-type: patch Signed-off-by: Florin Sarbu <florin@balena.io>
1 parent 0dd9f8e commit 341e998

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

meta-balena-common/classes/kernel-balena.bbclass

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ BALENA_CONFIGS ?= " \
112112
brcmfmac \
113113
cdc-acm \
114114
ralink \
115-
rtl8192cu \
116115
r8188eu \
117116
systemd \
118117
leds-gpio \
@@ -301,23 +300,6 @@ BALENA_CONFIGS[systemd] ?= " \
301300
CONFIG_FAIR_GROUP_SCHED=y \
302301
CONFIG_CFS_BANDWIDTH=y"
303302

304-
#
305-
# We use an out-of-tree kernel module for RTL8192CU WiFi devices
306-
# Deactivate in-tree driver and add all the dependencies of the out-of-the tree
307-
# one
308-
#
309-
BALENA_CONFIGS[rtl8192cu] ?= "\
310-
CONFIG_RTL8192CU=n \
311-
CONFIG_HOSTAP=m \
312-
CONFIG_WIRELESS=y \
313-
CONFIG_USB=y \
314-
CONFIG_MAC80211=m \
315-
CONFIG_CFG80211=m \
316-
CONFIG_CFG80211_WEXT=y \
317-
CONFIG_WIRELESS_EXT=y \
318-
CONFIG_WEXT_PRIV=y \
319-
"
320-
321303
# Activate R8188EU driver
322304
BALENA_CONFIGS_DEPS[r8188eu] ?= "\
323305
CONFIG_STAGING=y \

0 commit comments

Comments
 (0)