The download directory must be created prior to the setup stage.

This commit is contained in:
Jeffrey Townsend
2016-04-13 14:50:36 -07:00
parent d9db525297
commit 718e21517f

View File

@@ -39,6 +39,7 @@ buildroot-initrd-$(ARCH).cpio.gz: $(ONL_BUILDROOT)/.setup.done
chmod +x makedevs
$(ONL_BUILDROOT)/.setup.done:
mkdir -p $(ONL_BUILDROOT)/buildroot-mirror/dl
$(MAKE) -C $(ONL_BUILDROOT) setup
touch $(ONL_BUILDROOT)/.setup.done