Testing
This commit is contained in:
parent
089860d43c
commit
dab393992f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user