Still need to unpack drivers after cleaning.
This commit is contained in:
parent
327103ebe5
commit
1c290cdb4e
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ for i in ${BUILD}/${PKG_NAME}-*; do
|
|||
do
|
||||
${SCRIPTS}/clean "${CLEAN_DEP}"
|
||||
done
|
||||
for UNPACK_DEP in ${ADDITIONAL_DRIVERS}
|
||||
do
|
||||
${SCRIPTS}/clean "${UNPACK_DEP}"
|
||||
done
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue