Update buildroot to fix some deps.

This commit is contained in:
jbnadal
2016-12-06 13:54:03 +01:00
parent fec78977ac
commit 219653bd0b
7 changed files with 12 additions and 9 deletions

View File

@@ -118,6 +118,8 @@ function apply_patch {
if [ $? != 0 ] ; then
echo "Patch failed! Please fix ${patch}!"
exit 1
else
echo "Patch OK"
fi
}