[FS#590] ImageBuilder ar71xx BIN_DIR issue

LEDE Bugs lede-bugs at lists.infradead.org
Mon May 29 08:11:33 PDT 2017


The following task has a new comment added:

FS#590 - ImageBuilder ar71xx BIN_DIR issue
User who did this - Jo-Philipp Wich (jow-)

----------
It likely affects all profiles using legacy image build code. Can you please try this diff?

diff --git a/include/image.mk b/include/image.mk
index 3f5b4544e9..8b7569817a 100644
--- a/include/image.mk
+++ b/include/image.mk
@@ -568,7 +568,7 @@ define BuildImage
 
   legacy-images-make: install-images
        $(call Image/mkfs/ubifs/legacy)
-       $(MAKE) legacy-images
+       $(MAKE) legacy-images BIN_DIR="$(BIN_DIR)"
 
   install: install-images
        $(call Image/Manifest)


----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=590#comment2698



More information about the lede-bugs mailing list