Unpack after clean everything EXCEPT initramfs.
This commit is contained in:
parent
1c290cdb4e
commit
09301dc32f
1 changed files with 3 additions and 5 deletions
|
@ -43,14 +43,12 @@ for i in ${BUILD}/${PKG_NAME}-*; do
|
|||
${SCRIPTS}/clean "${PKG_NAME}"
|
||||
if [ "${PKG_NAME}" = "linux" ]; then
|
||||
# Include busybox, systemd, and initramfs so the cpio is generated correctly after a kernel update.
|
||||
for CLEAN_DEP in ${KERNEL_EXTRA_DEPENDS_TARGET} ${ADDITIONAL_DRIVERS} busybox systemd initramfs
|
||||
for CLEAN_DEP in ${KERNEL_EXTRA_DEPENDS_TARGET} ${ADDITIONAL_DRIVERS} busybox systemd
|
||||
do
|
||||
${SCRIPTS}/clean "${CLEAN_DEP}"
|
||||
${SCRIPTS}/unpack "${UNPACK_DEP}"
|
||||
done
|
||||
for UNPACK_DEP in ${ADDITIONAL_DRIVERS}
|
||||
do
|
||||
${SCRIPTS}/clean "${UNPACK_DEP}"
|
||||
done
|
||||
${SCRIPTS}/clean initramfs
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue