Merge pull request #2445 from islipfd19/busybox

add -J flag to limit race condition during build step
This commit is contained in:
Christian Hewitt 2018-01-27 05:33:52 +04:00 committed by GitHub
commit 7679d982ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,7 @@ PKG_MAKE_OPTS_INIT="ARCH=$TARGET_ARCH \
HOSTCC=$HOST_CC \ HOSTCC=$HOST_CC \
CROSS_COMPILE=$TARGET_PREFIX \ CROSS_COMPILE=$TARGET_PREFIX \
KBUILD_VERBOSE=1 \ KBUILD_VERBOSE=1 \
MAKEFLAGS="-j1" \
install" install"
# nano text editor # nano text editor