From 502838c88928dfd817b8ecb9c2f85dcfa68c861b Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Wed, 31 Jan 2024 20:03:00 +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 a172106..8e6450f 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -41,7 +41,10 @@ echo "CONFIG_KERNEL_NVME_HWMON=y" >> .config echo "CONFIG_KERNEL_NVME_MULTIPATH=n" >> .config # Kernel modules -make -B target/linux +#make -B target/linux +make package/linux/download +make package/linux/prepare +make package/linux/compile ${MAKE} package/i2c-tools/compile make package/kmod-i2c-mux-pinctrl/compile