From 2b608df9ba05af6dbf63d681d0c659237ab52cbb Mon Sep 17 00:00:00 2001 From: Clemens John Date: Sun, 31 Mar 2013 23:32:36 +0200 Subject: [PATCH] Create dl folder the dl symlink points at. Otherwise make complains that it cannot create the dl folder and build will fail --- buildscript | 1 + 1 file changed, 1 insertion(+) diff --git a/buildscript b/buildscript index 3f51b7f..cb8ef8b 100755 --- a/buildscript +++ b/buildscript @@ -35,6 +35,7 @@ prepare() { cat build_patches/changeset_35609.diff | patch -p1 -d $target/feeds #saves ~200MB for each build + mkdir ./dl ln -s ../../dl $target/dl board_prepare