From e147cc173243b5e28b8a6fea5fb1ca98f4aaf1b8 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Wed, 31 Jan 2024 22:42:08 +0800 Subject: [PATCH] Testing --- .buildbot/openwrt/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index ab8a2f8..20c44a0 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -41,7 +41,7 @@ echo "CONFIG_KERNEL_NVME_HWMON=y" >> .config echo "CONFIG_KERNEL_NVME_MULTIPATH=n" >> .config # Kernel modules -make kernel_oldconfig target/linux/clean target/linux/prepare +make kernel_oldconfig target/linux/clean target/linux/prepare target/linux/compile ${MAKE} package/i2c-tools/compile make package/kmod-i2c-mux-pinctrl/compile