From bf52f4d15a465f7a887c4891a2b2b330267fffee Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Mon, 31 Aug 2020 12:27:03 +0300 Subject: [PATCH] e2k: add pwmd This package contains both the fan control service (disabled by default so sort of safe) and the manual fanspeed.sh (that we rather need to provide out-of-box). --- features.in/e2k/config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/features.in/e2k/config.mk b/features.in/e2k/config.mk index 90dcec46..a2a130c9 100644 --- a/features.in/e2k/config.mk +++ b/features.in/e2k/config.mk @@ -1,5 +1,6 @@ use/e2k: use/tty/S0 @$(call add_feature) + @$(call add,THE_PACKAGES,pwmd) # service disabled by default @$(call add,BASE_PACKAGES,installer-feature-e2k-fix-clock-stage3) @$(call add,LIVE_PACKAGES,installer-feature-e2k-fix-boot-stage2) @$(call add,LIVE_PACKAGES,installer-feature-e2k-ignore-cf-stage2)