diff --git a/openwrtbuilder b/openwrtbuilder index 9f34dab..048e820 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -707,7 +707,7 @@ fromSource() { # make distclean # compiled output, toolchain, build tools, .config, feeds, .ccache debug "make ${make_opts[*]} dirclean" - make "${make_opts[@]}" dirclean + make "${make_opts[@]}" targetclean debug "make ${make_opts[*]} download" make "${make_opts[@]}" download debug "make ${make_opts[*]} -j$(nproc) world"