From dab393992f067fd92ac3727a16d5052722b77a30 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Wed, 31 Jan 2024 19:26:42 +0800 Subject: [PATCH] Testing --- .buildbot/openwrt/build.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index 5b1041d..2c01158 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -41,9 +41,12 @@ echo "CONFIG_KERNEL_NVME_HWMON=y" >> .config echo "CONFIG_KERNEL_NVME_MULTIPATH=n" >> .config # Kernel modules -make -j1 V=s target/linux/clean -make -j1 V=s target/linux/prepare -make target/linux +touch target/linux/${OPENWRT_TARGET}/Makefile +make -j1 V=s target/linux/${OPENWRT_TARGET} + +sleep 60 +ls -lah package +sleep 60 ${MAKE} package/i2c-tools/compile make package/kmod-i2c-mux-pinctrl/compile