Skip to content

Commit

Permalink
feat: enable common h/w sensors
Browse files Browse the repository at this point in the history
Enable common h/w sensor modules.

Ref: siderolabs/pkgs#815

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Sep 21, 2023
1 parent 9c2ba7c commit 29b201d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CLOUD_IMAGES_EXTRA_ARGS ?= ""

ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.6.0-alpha.0-1-gfa388de
PKGS ?= v1.6.0-alpha.0-18-gacee18e
PKGS ?= v1.6.0-alpha.0-19-g19cdf71
PKG_KERNEL ?= ghcr.io/siderolabs/kernel:$(PKGS)
EXTRAS ?= v1.6.0-alpha.0
# renovate: datasource=github-tags depName=golang/go
Expand Down
5 changes: 5 additions & 0 deletions hack/modules-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ kernel/crypto/async_tx/async_raid6_recov.ko
kernel/crypto/async_tx/async_tx.ko
kernel/crypto/async_tx/async_xor.ko
kernel/crypto/xor.ko
kernel/drivers/hwmon/fam15h_power.ko
kernel/drivers/hwmon/i5500_temp.ko
kernel/drivers/hwmon/i5k_amb.ko
kernel/drivers/hwmon/k10temp.ko
kernel/drivers/hwmon/k8temp.ko
kernel/drivers/infiniband/sw/rxe/rdma_rxe.ko
kernel/drivers/md/dm-bio-prison.ko
kernel/drivers/md/dm-multipath.ko
Expand Down
1 change: 1 addition & 0 deletions hack/modules-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ kernel/crypto/async_tx/async_raid6_recov.ko
kernel/crypto/async_tx/async_tx.ko
kernel/crypto/async_tx/async_xor.ko
kernel/crypto/xor.ko
kernel/drivers/hwmon/i5k_amb.ko
kernel/drivers/infiniband/sw/rxe/rdma_rxe.ko
kernel/drivers/irqchip/irq-imx-mu-msi.ko
kernel/drivers/mailbox/bcm-flexrm-mailbox.ko
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/gendata/data/pkgs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.6.0-alpha.0-18-gacee18e
v1.6.0-alpha.0-19-g19cdf71

0 comments on commit 29b201d

Please sign in to comment.