diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index 8e6450f..ab8a2f8 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -41,10 +41,7 @@ echo "CONFIG_KERNEL_NVME_HWMON=y" >> .config echo "CONFIG_KERNEL_NVME_MULTIPATH=n" >> .config # Kernel modules -#make -B target/linux -make package/linux/download -make package/linux/prepare -make package/linux/compile +make kernel_oldconfig target/linux/clean target/linux/prepare ${MAKE} package/i2c-tools/compile make package/kmod-i2c-mux-pinctrl/compile