Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: enable common h/w sensors #7779

Merged
merged 1 commit into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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