From e4a85ee66cbc4729d7bc913687fa248ee7bf0b50 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Wed, 31 Jan 2024 18:50:03 +0800 Subject: [PATCH] Testing --- .buildbot/openwrt/build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index ae7489e..7495678 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -34,6 +34,11 @@ sed -i "s/\(packages.git\)\^.*/\1;openwrt-${OPENWRT_BRANCH}/g" feeds.conf make defconfig # Enable collectd network encryption echo "CONFIG_PACKAGE_COLLECTD_ENCRYPTED_NETWORK=y" >> .config +echo "CONFIG_KERNEL_HWMON=y" >> .config +echo "CONFIG_KERNEL_NVME_CORE=y" >> .config +echo "CONFIG_KERNEL_BLK_DEV_NVME=y" >> .config +echo "CONFIG_KERNEL_NVME_HWMON=y" >> .config +echo "CONFIG_KERNEL_NVME_MULTIPATH=n" >> .config # Kernel modules make target/linux/bcm27xx/bcm2711