From e8894a787d4da87b4072a988d1acddac065fe476 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sat, 10 May 2025 13:54:00 +0200 Subject: [PATCH] Helios4: add fancontrol package and switch to .conf --- config/boards/{helios4.csc => helios4.conf} | 4 ++++ 1 file changed, 4 insertions(+) rename config/boards/{helios4.csc => helios4.conf} (79%) diff --git a/config/boards/helios4.csc b/config/boards/helios4.conf similarity index 79% rename from config/boards/helios4.csc rename to config/boards/helios4.conf index da4420805c..dd4709e65f 100644 --- a/config/boards/helios4.csc +++ b/config/boards/helios4.conf @@ -10,3 +10,7 @@ HAS_VIDEO_OUTPUT="no" FORCE_BOOTSCRIPT_UPDATE="yes" KERNEL_TARGET="current,edge" KERNEL_TEST_TARGET="current" + +function post_family_config__helios4_extra_packages() { + add_packages_to_image "fancontrol" +}