Test
This commit is contained in:
parent
dab393992f
commit
ae3f8d5934
|
@ -41,12 +41,7 @@ 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
|
||||||
touch target/linux/${OPENWRT_TARGET}/Makefile
|
make -B target/linux
|
||||||
make -j1 V=s target/linux/${OPENWRT_TARGET}
|
|
||||||
|
|
||||||
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
|
||||||
|
@ -58,7 +53,7 @@ ${MAKE} package/asterisk-chan-quectel/compile
|
||||||
${MAKE} package/collectd/compile
|
${MAKE} package/collectd/compile
|
||||||
|
|
||||||
# Kernel image
|
# Kernel image
|
||||||
make target/linux
|
make -B target/linux
|
||||||
|
|
||||||
sdkdir=$(pwd)
|
sdkdir=$(pwd)
|
||||||
cd ${pwd}
|
cd ${pwd}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user