Fix what I believe to be the last remaining initramfs generation bugs.
This commit is contained in:
parent
a55f089de3
commit
b0b218fe14
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ for i in ${BUILD}/${PKG_NAME}-*; do
|
|||
if [ ! "${PKG_DEEPHASH}" = "${STAMP_PKG_DEEPHASH}" ] ; then
|
||||
${SCRIPTS}/clean "${PKG_NAME}"
|
||||
if [ "${PKG_NAME}" = "linux" ]; then
|
||||
for CLEAN_DEP in ${KERNEL_EXTRA_DEPENDS_TARGET} ${ADDITIONAL_DRIVERS} busybox initramfs
|
||||
for CLEAN_DEP in ${KERNEL_EXTRA_DEPENDS_TARGET} ${ADDITIONAL_DRIVERS}
|
||||
do
|
||||
${SCRIPTS}/clean "${CLEAN_DEP}"
|
||||
${SCRIPTS}/unpack "${CLEAN_DEP}"
|
||||
|
|
Loading…
Reference in a new issue