mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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.).
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user