Create dl folder the dl symlink points at. Otherwise make complains that it cannot create the dl folder and build will fail
This commit is contained in:
parent
338936f81f
commit
2b608df9ba
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ prepare() {
|
||||||
cat build_patches/changeset_35609.diff | patch -p1 -d $target/feeds
|
cat build_patches/changeset_35609.diff | patch -p1 -d $target/feeds
|
||||||
|
|
||||||
#saves ~200MB for each build
|
#saves ~200MB for each build
|
||||||
|
mkdir ./dl
|
||||||
ln -s ../../dl $target/dl
|
ln -s ../../dl $target/dl
|
||||||
|
|
||||||
board_prepare
|
board_prepare
|
||||||
|
|
Loading…
Add table
Reference in a new issue