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