From 032855dbe14d371f2ff22e5d165c85fec58602e5 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Wed, 31 Jan 2024 22:47:47 +0800 Subject: [PATCH] TEsting --- .buildbot/openwrt/build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index 20c44a0..9b396b6 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -40,8 +40,11 @@ echo "CONFIG_KERNEL_BLK_DEV_NVME=y" >> .config echo "CONFIG_KERNEL_NVME_HWMON=y" >> .config echo "CONFIG_KERNEL_NVME_MULTIPATH=n" >> .config +# Prepare kernel +make kernel_oldconfig target/linux/clean prepare + # Kernel modules -make kernel_oldconfig target/linux/clean target/linux/prepare target/linux/compile +make target/linux ${MAKE} package/i2c-tools/compile make package/kmod-i2c-mux-pinctrl/compile