From 66393f6aa1063dd16716349c36237c185dc7b94a Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Fri, 24 Nov 2023 22:44:27 +0200 Subject: [PATCH] Don't touch the kernel config for now --- .buildbot/openwrt/build.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index c08cf56..e159158 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -29,13 +29,13 @@ 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 +# 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