mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
Fix Image Builder building - added missing /bin dir to toolchain Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 15681
This commit is contained in:
parent
0230efcb0f
commit
bc3538d2d2
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ endef
|
|||
|
||||
define Host/Install
|
||||
$(UCLIBC_MAKE) PREFIX= utils
|
||||
$(INSTALL_DIR) $(TOOLCHAIN_DIR)/bin
|
||||
$(INSTALL_DIR) $(TOOLCHAIN_DIR)/usr/bin
|
||||
$(INSTALL_BIN) \
|
||||
$(HOST_BUILD_DIR)/utils/ldd \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue