Trying to fix the kernel config: remove hwmon settings for now

This commit is contained in:
Lee Miller 2023-11-27 00:01:58 +02:00
parent 0e4137b3fd
commit 82b5291a27
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 5 additions and 3 deletions

View File

@ -30,13 +30,15 @@ sed -i "s/\(packages.git\)\^.*/\1;openwrt-22.03/g" feeds.conf
./scripts/feeds install -a
cat << "EOF" >> target/linux/${OPENWRT_TARGET}/${OPENWRT_DEVICE}/config-5.10
CONFIG_HWMON=y
CONFIG_NVME_CORE=y
CONFIG_BLK_DEV_NVME=y
CONFIG_NVME_HWMON=y
CONFIG_NVME_MULTIPATH=n
EOF
# CONFIG_HWMON=y
# CONFIG_POWER_SUPPLY_HWMON=y
# CONFIG_THERMAL_HWMON=y
# CONFIG_NVME_HWMON=y
make defconfig
# Enable collectd network encryption
echo "CONFIG_PACKAGE_COLLECTD_ENCRYPTED_NETWORK=y" >> .config