From 22f759e2891e18769a07dd2f16cf1588ee29dd7f Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Wed, 31 Jan 2024 22:55:45 +0800 Subject: [PATCH] TEst --- .buildbot/openwrt/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index 9b396b6..828afb8 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -40,7 +40,8 @@ echo "CONFIG_KERNEL_BLK_DEV_NVME=y" >> .config echo "CONFIG_KERNEL_NVME_HWMON=y" >> .config echo "CONFIG_KERNEL_NVME_MULTIPATH=n" >> .config -# Prepare kernel +# Prepare +make download check prepare make kernel_oldconfig target/linux/clean prepare # Kernel modules