From 4a9f34fd264a80355546ed70a97fe7bfddd836ae Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Wed, 5 Jun 2024 12:25:09 +0000 Subject: [PATCH] test Signed-off-by: Florin Sarbu --- .../recipes-kernel/linux/linux-raspberrypi_5.15.bbappend | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/layers/meta-balena-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.15.bbappend b/layers/meta-balena-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.15.bbappend index f50db364d..8b9bbd6c3 100644 --- a/layers/meta-balena-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.15.bbappend +++ b/layers/meta-balena-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.15.bbappend @@ -77,9 +77,13 @@ BALENA_CONFIGS[pca955_gpio_expander] = " \ CONFIG_GPIO_PCA953X=y \ CONFIG_GPIO_PCA953X_IRQ=y \ " +BALENA_CONFIGS:append = " rtl8192" +BALENA_CONFIGS[rtl8192] = " \ + CONFIG_RTL8192CU=m \ + " -KERNEL_MODULE_PROBECONF += "rtl8192cu" -module_conf_rtl8192cu = "blacklist rtl8192cu" +#KERNEL_MODULE_PROBECONF += "rtl8192cu" +#module_conf_rtl8192cu = "blacklist rtl8192cu" # requested by customer (support for Kontron PLD devices) BALENA_CONFIGS:append = " gpio_i2c_kempld"