diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index 2634a39..a172106 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} -B package/linux +make -B target/linux ${MAKE} package/i2c-tools/compile make package/kmod-i2c-mux-pinctrl/compile @@ -53,7 +53,7 @@ ${MAKE} package/asterisk-chan-quectel/compile ${MAKE} package/collectd/compile # Kernel image -#${MAKE} -B target/linux +make -B target/linux sdkdir=$(pwd) cd ${pwd}