From c60e33bc8f24ddc096186f7da7d6f138f9b361a6 Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Sat, 4 Nov 2023 02:48:25 +0200 Subject: [PATCH] Trying to add NVME kernel options --- .buildbot/openwrt/build.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index d920f9d..9d5ef67 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -28,7 +28,13 @@ 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 +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