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