Testing
Some checks reported errors
buildbot/multibuild_parent Build done.
buildbot/travis_bionic Build done.
buildbot/job/openwrt Build done.

This commit is contained in:
Peter Šurda 2024-01-31 19:26:42 +08:00
parent 089860d43c
commit dab393992f
Signed by: PeterSurda
GPG Key ID: 3E47497CF67ABB95

View File

@ -41,9 +41,12 @@ echo "CONFIG_KERNEL_NVME_HWMON=y" >> .config
echo "CONFIG_KERNEL_NVME_MULTIPATH=n" >> .config echo "CONFIG_KERNEL_NVME_MULTIPATH=n" >> .config
# Kernel modules # Kernel modules
make -j1 V=s target/linux/clean touch target/linux/${OPENWRT_TARGET}/Makefile
make -j1 V=s target/linux/prepare make -j1 V=s target/linux/${OPENWRT_TARGET}
make target/linux
sleep 60
ls -lah package
sleep 60
${MAKE} package/i2c-tools/compile ${MAKE} package/i2c-tools/compile
make package/kmod-i2c-mux-pinctrl/compile make package/kmod-i2c-mux-pinctrl/compile