Suppress busybox compile
This commit is contained in:
parent
1833cd7d2c
commit
8da1dabdea
@ -75,6 +75,7 @@ WORKDIR /tmp/busybox
|
|||||||
RUN curl -fL https://busybox.net/downloads/busybox-${BUSYB_VER}.tar.bz2 \
|
RUN curl -fL https://busybox.net/downloads/busybox-${BUSYB_VER}.tar.bz2 \
|
||||||
| tar xj --strip-components=1 && \
|
| tar xj --strip-components=1 && \
|
||||||
# Use default configuration
|
# Use default configuration
|
||||||
|
exec >/dev/null && \
|
||||||
make defconfig && \
|
make defconfig && \
|
||||||
make -j "$(nproc)" && \
|
make -j "$(nproc)" && \
|
||||||
cp busybox "${PREFIX}/bin" && \
|
cp busybox "${PREFIX}/bin" && \
|
||||||
|
Loading…
Reference in New Issue
Block a user