From e889c5ddde8544a65ccc69b200a4ffc79bc42b89 Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Sun, 18 Jun 2023 18:57:55 +0300 Subject: [PATCH] Try editing kernel config --- .buildbot/openwrt/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index 70d6306..d920f9d 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -28,6 +28,8 @@ sed -i "s/\(packages.git\)\^.*/\1;openwrt-22.03/g" feeds.conf git apply ${pwd}/patches/i2c-tools-revert.patch +echo "CONFIG_HWMON=y" >> target/linux/${OPENWRT_TARGET}/${OPENWRT_DEVICE}/config-5.10 + make defconfig # Enable collectd network encryption echo "CONFIG_PACKAGE_COLLECTD_ENCRYPTED_NETWORK=y" >> .config