From 718e21517f8dbc500bb96211535b570d0c22d685 Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Wed, 13 Apr 2016 14:50:36 -0700 Subject: [PATCH] The download directory must be created prior to the setup stage. --- packages/base/any/initrds/buildroot/Makefile.any | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/base/any/initrds/buildroot/Makefile.any b/packages/base/any/initrds/buildroot/Makefile.any index e4030ab2..8731167a 100644 --- a/packages/base/any/initrds/buildroot/Makefile.any +++ b/packages/base/any/initrds/buildroot/Makefile.any @@ -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