Helios4: add fancontrol package and switch to .conf

This commit is contained in:
Igor Pecovnik
2025-05-10 13:54:00 +02:00
committed by Igor
parent e8f1b81285
commit e8894a787d

View File

@@ -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"
}