Update Dockerfile.r4se.2-rootfs

This commit is contained in:
Jiale Liu 2023-03-19 11:40:47 +08:00 committed by GitHub
parent be95bdaf7a
commit 5629b98247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ LABEL maintainer=admin@licsber.site
RUN cd friendlywrt && \
export SOC_CFLAGS="-march=armv8-a+crypto+crc -mcpu=cortex-a73.cortex-a53+crypto+crc -mtune=cortex-a73.cortex-a53" && \
make -j$($(nproc)+1) || make -j1 V=s && \
make -j$(($(nproc)+1)) || make -j1 V=s && \
echo $?
RUN source .current_config.mk && \