From 387dfc6233365b032a06103560601dc362bdd419 Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Sun, 18 Jun 2023 18:57:55 +0300 Subject: [PATCH] Edit the kernel config template - add HWMON and NVME --- .buildbot/openwrt/build.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index 566cf0e..9d02108 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -29,6 +29,14 @@ sed -i "s/\(packages.git\)\^.*/\1;openwrt-22.03/g" feeds.conf ./scripts/feeds update -a ./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 + make defconfig # Enable collectd network encryption echo "CONFIG_PACKAGE_COLLECTD_ENCRYPTED_NETWORK=y" >> .config