mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
For host compilation, the configure-generated config.h from the target compilation is used in place of the host-generated file. When the target package is compiled with clean-build, that file is gone. This saves the file under $(STAGING_DIR), and fetch it from there. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>