From 31cd0fd939b632a520a4c052c7d08f8cc94756b5 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Mon, 21 Jul 2025 06:59:16 +0800 Subject: [PATCH] config / luckfox-core3566: don't nullify MODULES var Setting MODULES="" overrides any module list inherited from the family configuration; this may unintentionally lose essential vendor-kernel modules (e.g. rockchip-rga, fusb302, etc.). --- config/boards/luckfox-core3566.csc | 1 - 1 file changed, 1 deletion(-) diff --git a/config/boards/luckfox-core3566.csc b/config/boards/luckfox-core3566.csc index c320f09d07..b68bb7ce7f 100644 --- a/config/boards/luckfox-core3566.csc +++ b/config/boards/luckfox-core3566.csc @@ -13,7 +13,6 @@ BOOT_SCENARIO="spl-blobs" BOOTFS_TYPE="fat" # Only for vendor/legacy BOOT_SUPPORT_SPI="yes" BOOT_SPI_RKSPI_LOADER="yes" -MODULES="" MODULES_BLACKLIST_LEGACY="bcmdhd" # Override family config for this board; let's avoid conditionals in family config.