From db08d602d2aadf5c8da86913687bd89a292d0560 Mon Sep 17 00:00:00 2001 From: parazyd Date: Wed, 3 May 2017 17:25:03 +0200 Subject: [PATCH] fix u-boot mkdir --- boards/sunxi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/sunxi.sh b/boards/sunxi.sh index 1e70815..3052a43 100644 --- a/boards/sunxi.sh +++ b/boards/sunxi.sh @@ -61,7 +61,7 @@ postbuild() { notice "executing $device_name postbuild" notice "building u-boot" - mkdir $R/dist/u-boot + mkdir -p $R/dist/u-boot pushd $R/extra/u-boot pushd $R/tmp/kernels/$device_name/u-boot for board in $uboot_configs; do