mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-20 05:42:54 +04:00
cf2c9498be
Improve dl_cleanup by adding an option to also clean the build directory related to the downloaded package. The script will check every directory in build_dir/ and check if any old package is present there. If outdated package are found, the old one are cleared leaving only the last one. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>