openwrt/target/toolchain
Micha Lenk 81dfbfb069 target/toolchain: Fix toolchain packaging without package build
If the toolchain is packaged for later use as external toolchain, the resulting
tarball is created in $BIN_DIR. But without building all packages first that
directory isn't created, hence 'make target/toolchain/compile' fails when
trying to create the toolchain tarball with error "Cannot open: No such file or
directory".

To fix that the $BIN_DIR is created before using it.

Signed-off-by: Micha Lenk <micha@lenk.info>
2016-09-06 11:40:12 +02:00
..
files toolchain: rename OpenWrt into LEDE 2016-05-05 19:10:23 +01:00
Config.in toolchain: rename OpenWrt into LEDE 2016-05-05 19:10:23 +01:00
Makefile target/toolchain: Fix toolchain packaging without package build 2016-09-06 11:40:12 +02:00