mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
This uses the default InstallDev directory instead of a "tmp" directory to transfer include files from the target package to host build. Using a "tmp" directory implies that the files inside are safe to delete, but without these include files the host build will not succeed. Signed-off-by: Jeffery To <jeffery.to@gmail.com>