From ae3f8d59348643472de1d5a1c40ef56f25698b66 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Wed, 31 Jan 2024 19:32:41 +0800 Subject: [PATCH] Test --- .buildbot/openwrt/build.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index 2c01158..a172106 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -41,12 +41,7 @@ echo "CONFIG_KERNEL_NVME_HWMON=y" >> .config echo "CONFIG_KERNEL_NVME_MULTIPATH=n" >> .config # Kernel modules -touch target/linux/${OPENWRT_TARGET}/Makefile -make -j1 V=s target/linux/${OPENWRT_TARGET} - -sleep 60 -ls -lah package -sleep 60 +make -B target/linux ${MAKE} package/i2c-tools/compile make package/kmod-i2c-mux-pinctrl/compile @@ -58,7 +53,7 @@ ${MAKE} package/asterisk-chan-quectel/compile ${MAKE} package/collectd/compile # Kernel image -make target/linux +make -B target/linux sdkdir=$(pwd) cd ${pwd}