#18531: 'dl' directory no re-created after using 'make clean'
-----------------------+-----------------------------------
Reporter: anonymous | Owner: developers
Type: defect | Status: new
Priority: normal | Milestone: Barrier Breaker 14.07
Component: toolchain | Version: Barrier Breaker 14.07
Keywords: |
-----------------------+-----------------------------------
I'm using Image Builder. 'make clean' removes 'dl' directory, which is not
re-created later when I try to build an image. This causes build error,
like the following:
{{{
Collected errors:
* opkg_download_cache: /home/user/devl/openwrt-14.07/ar71xx/img_gen/dl is
not a directory.
* opkg_install_pkg: Failed to download hostapd-common. Perhaps you need
to run 'opkg update'?
}}}
This can be fixed by adding
{{{
mkdir -p $(TOPDIR)/dl
}}}
to _call_image target in Makefile
--
Ticket URL: <https://dev.openwrt.org/ticket/18531>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets