Add hwmon kmods for lm-sensors #42

Closed
lee.miller wants to merge 5 commits from lee.miller/openwrt:packages into main
Showing only changes of commit c335788455 - Show all commits

View File

@ -32,6 +32,12 @@ make defconfig
# Enable collectd network encryption
echo "CONFIG_PACKAGE_COLLECTD_ENCRYPTED_NETWORK=y" >> .config
cat << "EOF" >> .config
CONFIG_PACKAGE_python3-packages=y
CONFIG_PACKAGE_python3-packages-list="RPi.GPIO==0.7.1"
CONFIG_PACKAGE_python3-packages-list-cleanup="setuptools"
EOF
make package/i2c-tools/compile
make package/kmod-nvme/compile
make package/kmod-i2c-mux-pinctrl/compile
@ -40,6 +46,7 @@ make package/nvme-cli/compile
make package/ansible-core/compile
make package/asterisk-chan-quectel/compile
make package/collectd/compile
make package/python3-packages/compile
sdkdir=$(pwd)
cd ${pwd}
@ -145,7 +152,8 @@ make image PROFILE=${PROFILE} EXTRA_IMAGE_NAME="waveshare" \
PACKAGES=" \
${PACKAGES} cryptsetup kmod-ata-ahci smartmontools hdparm fdisk parted \
kmod-hwmon-drivetemp btrfs-progs kmod-fs-btrfs kmod-nvme nvme-cli \
docker dockerd docker-compose block-mount" \
docker dockerd docker-compose block-mount \
python3-packages" \
DISABLED_SERVICES="dropbear" FILES="files" || exit 1